about summary refs log tree commit diff
path: root/src/libstd/sys/windows
AgeCommit message (Expand)AuthorLines
2016-03-04Auto merge of #31945 - sfackler:net2, r=alexcrichtonbors-2/+51
2016-02-29std: Stabilize APIs for the 1.8 releaseAlex Crichton-2/+2
2016-02-28Fix windowsSteven Fackler-76/+43
2016-02-28Add TCP functionality from net2Steven Fackler-0/+82
2016-02-26Auto merge of #31876 - ollie27:win_fill_bytes, r=brsonbors-7/+11
2016-02-26Auto merge of #31858 - alexcrichton:fix-networking-cast, r=brsonbors-2/+3
2016-02-25rand: Fix filling buffers 4 GiB or larger with OsRng::fill_bytes on WindowsOliver Middleton-7/+11
2016-02-25Rollup merge of #31842 - dileepbapat:master, r=alexcrichtonManish Goregaokar-3/+2
2016-02-24std: Cap read/write limits on Windows networkingAlex Crichton-2/+3
2016-02-24Auto merge of #31782 - pitdicker:clean_out_windows_c, r=alexcrichtonbors-210/+38
2016-02-23#31820 - Utilize `if..let` instead of single `match` branchdileepb-3/+2
2016-02-23Fix reading/writing 4 GiB or larger files on Windows 64-bitOliver Middleton-5/+11
2016-02-21RaiseException is used by everything except x86 gnuPaul Dicker-0/+1
2016-02-21Fixes for 32-bitPaul Dicker-10/+11
2016-02-20Auto merge of #31608 - frewsxcv:osstring-simple-functions, r=alexcrichtonbors-0/+35
2016-02-20Add Capacity/length methods for OsString.Corey Farwell-0/+35
2016-02-20Remove dead code from sys::windows::cPaul Dicker-210/+36
2016-02-17std: restructure rand os code into sys modulesSean McArthur-0/+73
2016-02-15Refactor windows::fs::FileAttrPaul Dicker-28/+26
2016-02-13Fixes #28528Paul Dicker-58/+72
2016-02-13Auto merge of #31557 - retep998:house-directory, r=alexcrichtonbors-2/+2
2016-02-11bootstrap: Add directives to not double-link libsAlex Crichton-0/+3
2016-02-11Fix usage of GetUserProfileDirectoryW in env::home_dirPeter Atashian-2/+2
2016-02-10std: Push process stdio setup in std::sysAlex Crichton-93/+137
2016-02-10std: Lift out Windows' CreateProcess lock a bitAlex Crichton-13/+20
2016-02-10std: Rename Stdio::None to Stdio::NullAlex Crichton-6/+5
2016-02-10std: Push Child's exit status to sys::processAlex Crichton-3/+5
2016-02-10std: Refactor process spawning on UnixAlex Crichton-3/+0
2016-02-08Auto merge of #31468 - pitdicker:fs_tests_cleanup, r=alexcrichtonbors-1/+12
2016-02-07Don't let `remove_dir_all` recursively remove a symlinkPaul Dicker-1/+12
2016-02-04std: Expose SystemTime accessors on fs::MetadataAlex Crichton-8/+35
2016-02-04Auto merge of #31360 - pitdicker:fs_tests_cleanup, r=alexcrichtonbors-126/+75
2016-02-04Allow dead code for `symlink_junction()`Paul Dicker-0/+2
2016-02-04Auto merge of #31069 - sfackler:file-try-clone, r=alexcrichtonbors-0/+6
2016-02-04Add File::try_cloneSteven Fackler-0/+6
2016-02-03Adress commentsPaul Dicker-23/+26
2016-02-03std: Properly handle interior NULs in std::processKamal Marhubi-29/+52
2016-02-02Enable more fs tests on WindowsPaul Dicker-114/+58
2016-01-26Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brsonbors-25/+25
2016-01-26Fix warnings during testsAlex Crichton-25/+25
2016-01-25std: Fix some behavior without stdio handlesAlex Crichton-3/+8
2016-01-20Auto merge of #30872 - pitdicker:expand_open_options, r=alexcrichtonbors-94/+228
2016-01-20Remove raw pointer from OpenOptions structPaul Dicker-3/+3
2016-01-15Addressed commentsPaul Dicker-34/+35
2016-01-14Fix doctestsPaul Dicker-1/+2
2016-01-13Move `custom_flags` to `OpenOptionsExt`Paul Dicker-0/+26
2016-01-13Add missing newline character to callers of dumb_printAmanieu d'Antras-1/+1
2016-01-13Implement RFC 1252 expanding the OpenOptions structurePaul Dicker-95/+201
2016-01-12Add set_oom_handler and use it print a message when out of memoryAmanieu d'Antras-1/+21
2015-12-21Register new snapshotsAlex Crichton-1/+1