summaryrefslogtreecommitdiff
path: root/pr/src/md/windows/ntio.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 1586070 - Read does not advance file position for files larger than 4GB o...zbordas2019-11-081-1/+9
* Bug 1581890 - formatted code with artistic style utility. r=glandiumKai Engert2019-09-241-876/+1020
* Bug 1581890 - remove whitespace from end of line in h/c/cpp. r=glandiumKai Engert2019-09-241-110/+110
* Bug 716564 - update licence to MPL 2. r=wtc.gerv%gerv.net2012-03-061-36/+3
* Bug 544759: _PR_MD_CLOSE_DIR should return PRInt32 instead of PRStatus.wtc%google.com2010-02-191-4/+4
* fixup commit for tag 'NSPR_HEAD_20090505'NSPR_HEAD_20090505cvs2hg2009-05-051-11/+0
* Bug 432617: added a missing _MD_UNLOCK() in IsFileLocal. The patch iswtc%google.com2008-05-101-0/+3
* Bug 285157: Use GetFileAttributesEx if it exists. GetFileAttributesEx iswtc%google.com2008-01-271-65/+3
* Bug 387954 ? fix NT version of PR_Accept on IPv6 listen socket. r=wtcnelson%bolyard.com2007-07-251-16/+28
* Bugzilla Bug 353527: put the call to a conditionally defined function inwtchang%redhat.com2006-09-221-0/+2
* Bugzilla Bug 111428: more file pathname internationalization bug fixes.wtchang%redhat.com2006-02-171-5/+19
* Bugzilla Bug 225859: added 64-bit Windows support. Peter Armisteadwtchang%redhat.com2005-10-211-47/+47
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-251-30/+33
* Bugzilla bug 226686: we need to close the new socket if _MD_FAST_ACCEPT orwchang0222%aol.com2003-11-251-2/+15
* Bug 134113: make NSPR build on Win32 using MinGW gcc. The patch iswtc%netscape.com2003-01-201-4/+12
* Bug 188396: don't use ftime because its 32-bit timestamp will overflowwtc%netscape.com2003-01-141-1/+1
* Bugzilla bug #70765: added more comments and use the byte count returnedwtc%netscape.com2001-05-051-3/+9
* bugzilla: 70765. win2k file offset on networked drivelarryh%netscape.com2001-04-251-1/+7
* Bugzilla bug #45181: improvement for imported fd's on NT.wtc%netscape.com2000-07-281-33/+34
* Fixed Bugzilla bug #45181.wtc%netscape.com2000-07-281-0/+42
* Bugzilla bug #42900: implement timeout for PR_Connect.wtc%netscape.com2000-07-181-88/+74
* Declare the _nt_nonblock_xxx functions static. Changed the secondwtc%netscape.com2000-07-181-16/+16
* BugZilla: 43337. Better implementationlarryh%netscape.com2000-06-281-1/+1
* BugZilla: 43337. PR_GetPeerName() asserts on NTlarryh%netscape.com2000-06-221-1/+1
* BugZilla: 42367. Fix copyright date, Original Codelarryh%netscape.com2000-06-201-1/+1
* BugZilla 42367. change license to dual-licenselarryh%netscape.com2000-06-131-13/+29
* Bugzilla bug #5518: in _PR_MD_LSEEK and _PR_MD_LSEEK64, map thewtc%netscape.com2000-05-301-35/+42
* Added another (new) reason for the 5 second timeout towtc%netscape.com2000-05-301-1/+6
* Bugzilla bug #39967: replace an assertion in _PR_MD_GETFILEINFO64 bywtc%netscape.com2000-05-261-1/+4
* Bugzilla bug #17223: implemented the PR_MSG_PEEK flag for PR_Recv() forwtc%netscape.com2000-05-051-4/+11
* Bugzilla bug #31120: _PR_Unblock_IO_Wait was binding the interruptedwtc%netscape.com2000-03-091-1/+1
* Landed NSPRPUB_RELEASE_4_0_20000223 onto the main trunk.wtc%netscape.com2000-02-231-178/+210
* Merged minor fixes related to PR_Available and PR_Sync for pipeswtc%netscape.com2000-01-111-0/+10
* Backed out the NSPR 3.5.1 merge. Mozilla client cannot exit on shutdown.wtc%netscape.com2000-01-081-10/+0
* Merged the fixes in NSPR 3.5.1 to the main trunk.wtc%netscape.com2000-01-081-0/+10
* Assert that the WSAStartup call succeeded.wtc%netscape.com1999-11-301-1/+3
* Bugsplat bug #367096: need to set md.thr_bound_cpu to NULL when wewtc%netscape.com1999-11-171-8/+15
* BugZilla 17558. Add PR_Open() PR_EXCL flaglarryh%netscape.com1999-11-011-2/+8
* BugZilla 17374. Add PROffset typeslarryh%netscape.com1999-10-271-6/+6
* NSPR 3.5 landinglarryh%netscape.com1999-10-131-87/+598
* updating to license version 1.1 in boilerplate commentsRDF_19990422_BASEdmose%mozilla.org1999-04-211-1/+1
* Implemented file descriptor inheritance for NT.wtc%netscape.com1999-02-051-154/+234
* Bugsplat bug #340332: _PR_MD_CLOSE should wait, with no timeout,wtc%netscape.com1999-01-211-1/+1
* In ntio.c, w95io.c, _PR_MD_OPEN, handle all combinations ofwtc%netscape.com1998-12-151-7/+12
* Made the second argument for PR_Writev a const pointerwtc%netscape.com1998-12-101-3/+3
* This checkin consists on three things:wtc%netscape.com1998-12-091-0/+16
* More mozilla/nsprpub updates, including:wtc%netscape.com1998-10-051-2/+1
* NSPR20 v3.0 beta landing from NSPRPUB_RELEASE_3_0_LANDING_BRANCH.wtc%netscape.com1998-09-251-141/+253
* In _PR_MD_OPEN_DIR, we append \*.* to the directory name,PLUGIN_MODULE_19980708_BASEwtc1998-07-011-2/+17
* Merged NSPRPUB_19980508_BRANCH to the main trunk. The 19980508wtc1998-05-141-0/+10