summaryrefslogtreecommitdiff
path: root/pr/include/md/_winnt.h
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1581890 - formatted code with artistic style utility. r=glandiumKai Engert2019-09-241-22/+22
| | | | Differential Revision: https://phabricator.services.mozilla.com/D46204
* Bug 1581890 - remove whitespace from end of line in h/c/cpp. r=glandiumKai Engert2019-09-241-7/+7
| | | | Differential Revision: https://phabricator.services.mozilla.com/D46189
* Bug 932398 - Add portable version of msync/FlushViewOfFile. r=tedNSPR_4_10_3_BETA1Luke Wagner2013-11-221-0/+6
|
* Bug 758837: add the PR_SetThreadName and PR_GetThreadName functions forwtc%google.com2012-05-261-0/+1
| | | | | | | setting and getting the name of the current thread. The patch is contributed by Honza Bambas <<honzab.moz@firemni.cz>. r=wtc. Modified Files: prthread.h _win95.h _winnt.h primpl.h nspr.def ntthread.c w95thred.c ptthread.c prcthr.c pruthr.c
* Bug 716564 - update licence to MPL 2. r=wtc.gerv%gerv.net2012-03-061-35/+3
|
* Bug 545031: Fix leaks of a PRLock and a PRMonitor in _PR_UnixInit.wtc%google.com2010-02-101-0/+1
| | | | | | r=emaldona Modified Files: _beos.h _os2.h _unixos.h _win95.h _winnt.h primpl.h unix.c prinit.c ptthread.c
* Bug 541690: Code cleanup related to Visual C++ predefined macros. r=m_katowtc%google.com2010-01-271-2/+2
| | | | | Modified Files: configure configure.in _win95.cfg _win95.h _winnt.cfg _winnt.h
* Bug 387954 ? fix NT version of PR_Accept on IPv6 listen socket. r=wtcnelson%bolyard.com2007-07-251-0/+1
|
* Bug 34843: PR_StringToNetAddr and PR_NetAddrToString should callwtchang%redhat.com2007-03-011-0/+2
| | | | | | getaddrinfo and getnameinfo if they exist. Based on the patch contributed by Noriko Hosoi <nhosoi@redhat.com>. r=nhosoi Modified files: _win95.h _winnt.h prnetdb.c
* Bugzilla Bug 225859: added 64-bit Windows support. Peter Armisteadwtchang%redhat.com2005-10-211-3/+13
| | | | | | | | | | | contributed the first 64-bit Windows patch (for IA64) in 2001. Portions of this checkin are based on the patch contributed by Makoto Kato <m_kato@ga2.so-net.ne.jp>. r=wtc. Modified Files: configure configure.in prtypes.h _win95.cfg _win95.h _winnt.cfg _winnt.h probslet.h pprio.h primpl.h pr/src/Makefile.in prfile.c prio.c prsocket.c ntgc.c ntio.c ntmisc.c w32rng.c w32shm.c w95io.c w95sock.c w95thred.c prinit.c pr/tests/prpoll.c
* Bugzilla Bug 294017: make PR_NETADDR_SIZE return the correct value onwtchang%redhat.com2005-06-201-0/+16
| | | | | | Windows because Windows' struct in6_addr has different alignment from PRIPv6Addr. The patch is contributed by Shanmu <shanmus@gmail.com>. r=wtc. Modified Files: md/_win95.h md/_winnt.h private/primpl.h
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-251-30/+33
|
* fixes bug 216021 "chekesp error if i link against a msvcrt that is built ↵darin%meer.net2003-11-181-0/+3
| | | | with strict calling rules" patch=wtc r=darin
* fix mingw/vc7 bustagewtc%netscape.com2003-09-131-1/+4
|
* landing patch for bug 211501 "NSPR should provide getaddrinfo" r=wtcdarin%meer.net2003-09-111-0/+17
|
* Bug 134113: make NSPR build on Win32 using MinGW gcc. The patch iswtc%netscape.com2003-01-201-0/+3
| | | | | | | | | | contributed by Chris Seawood <seawood@cls.org> and Dan Mosedale <dmose@mozilla.org>. r=wtc. Modified files: configure configure.in config/Makefile.in autoconf.mk.in now.c rules.mk lib/ds/Makefile.in lib/libc/src/Makefile.in lib/msgc/src/Makefile.in prtypes.h _winnt.h pr/src/Makefile.in prmapopt.c pr/src/md/windows/Makefile.in ntio.c ntmisc.c pr/tests/Makefile.in runtests.ksh pr/tests/dll/Makefile.in
* Bug 188396: don't use ftime because its 32-bit timestamp will overflowwtc%netscape.com2003-01-141-0/+3
| | | | | | around year 2038. Use GetSystemTimeAsFileTime instead. The patch is contributed by timeless@bemail.org. Modified files: config/now.c _win95.h _winnt.h ntio.c ntmisc.c w95io.c
* Bug 161998: fixed the race condition between PR_Cleanup and a CPU threadwtc%netscape.com2002-08-281-0/+2
| | | | | | that times out from the GetQueuedCompletionStatus call in the WINNT build. The fix is to shut down the CPU threads in PR_Cleanup. Modified Files: _winnt.h primpl.h ntthread.c prinit.c prucpu.c
* Bugzilla bug #45181: improvement for imported fd's on NT.wtc%netscape.com2000-07-281-1/+1
| | | | Modified files: _winnt.h, prsocket.c, ntio.c
* Fixed Bugzilla bug #45181.wtc%netscape.com2000-07-281-0/+2
| | | | | | Modified files: _beos.h, _macos.h, _os2.h, _unixos.h, _win95.h, _winnt.h, primpl.h, prfile.c, prio.c, prsocket.c, bfile.c, macsockotpt.c, os2io.c, unix.c, ntio.c, w95io.c, prinit.c, ptio.c
* 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 #38996: added new function PR_GetMemMapAlignment().wtc%netscape.com2000-05-111-0/+3
| | | | | | Modified files: prio.h, _beos.h, _macos.h, _os2.h, _unixos.h, _win16.h, _win95.h, _winnt.h, primpl.h, prmmap.c, bmmap.c, macio.c, os2misc.c, ntmisc.c, w16fmem.c
* Bugzilla bug #17223: implemented the PR_MSG_PEEK flag for PR_Recv() forwtc%netscape.com2000-05-051-1/+4
| | | | | | | BeOS, Mac OS, OS/2, and Windows. On BeOS, Mac OS, and NT, PR_MSG_PEEK is emulated with a peek buffer in the NSPR file descriptors. Modified files: _beos.h, _macos.h, _winnt.h, primpl.h, prsocket.c, macsockotpt.c, os2sock.c, ntio.c, and w95sock.c
* Bugzilla bug #17223: added the PR_MSG_PEEK (with same value as MSG_PEEK)wtc%netscape.com2000-05-031-0/+1
| | | | | | | | | for PR_Recv(). Define _PR_EMULATE_MSG_PEEK on platforms that don't natively support MSG_PEEK. Implemented PR_MSG_PEEK for pthreads. Added the peek.c test case. Modified files: prio.h, _macos.h, _winnt.h, primpl.h, ptio.c, pr/tests/Makefile, pr/tests/Makefile.in Added file: pr/tests/peek.c
* Landed NSPRPUB_RELEASE_4_0_20000223 onto the main trunk.wtc%netscape.com2000-02-231-0/+15
|
* Merged minor fixes related to PR_Available and PR_Sync for pipeswtc%netscape.com2000-01-111-0/+1
| | | | | in NSPR 3.5.1 onto the main trunk. Modified files: _win95.h, _winnt.h, prfile.c, ntio.c, w95io.c, ptio.c
* Backed out the NSPR 3.5.1 merge. Mozilla client cannot exit on shutdown.wtc%netscape.com2000-01-081-1/+0
| | | | | Modified files: _win95.h, _winnt.h, primpl.h, prfdcach.c, prfile.c, ntio.c, w95io.c, ptio.c, ptthread.c
* Merged the fixes in NSPR 3.5.1 to the main trunk.wtc%netscape.com2000-01-081-0/+1
| | | | | Modified files: _win95.h, _winnt.h, primpl.h, prfdcach.c, prfile.c, ntio.c, w95io.c, ptio.c, ptthread.c
* Bugzilla bug #17188: NSPR should not automatically set the SO_KEEPALIVEwtc%netscape.com1999-10-261-1/+0
| | | | | | | socket option on a new TCP socket. The HAVE_SOCKET_KEEPALIVE macro is obsolete. r=srinivas@netscape.com. Modified files: _beos.h, _os2.h, _unixos.h, _win16.h, _win95.h, _winnt.h, prsocket.c, and ptio.c.
* Bugzilla bug #17184: PR_Bind should not set the SO_REUSEADDR socketwtc%netscape.com1999-10-261-1/+0
| | | | | | | | | option. The HAVE_SOCKET_REUSEADDR macro is now obsolete. Tests that depended on the old PR_Bind behavior needs to call PR_SetSocketOption before PR_Bind. Modified files: _beos.h, _os2.h, _unixos.h, _win16.h, _win95.h, _winnt.h, prsocket.c, ptio.c, accept.c, acceptread.c, sel_spd.c, servr_kk.c, servr_ku.c, servr_uk.c, and servr_uu.c.
* NSPR 3.5 landinglarryh%netscape.com1999-10-131-3/+16
|
* updating to license version 1.1 in boilerplate commentsRDF_19990422_BASEdmose%mozilla.org1999-04-211-1/+1
|
* Declare _PR_Unblock_IO_Wait.wtc%netscape.com1999-04-161-0/+2
|
* Implemented file descriptor inheritance for NT.wtc%netscape.com1999-02-051-4/+5
| | | | | Modified files: _winnt.h, prfile.c, prio.c, prsocket.c, ntio.c, w32poll.c, and prinit.c.
* This checkin consists on three things:wtc%netscape.com1998-12-091-1/+2
| | | | | | 1. File descriptor inheritance 2. Set thread->md.handle on Win32 for attached native threads. 3. Miscellaneous code cleanup.
* NSPR20 v3.0 beta landing from NSPRPUB_RELEASE_3_0_LANDING_BRANCH.wtc%netscape.com1998-09-251-25/+91
|
* Merged NSPRPUB_19980508_BRANCH to the main trunk. The 19980508wtc1998-05-141-6/+22
| | | | | branch is a temporary branch for us to copy the latest changes from our internal development tree to the public mozilla tree.
* Merged NSPRPUB_19980421_BRANCH to the main trunk.wtc1998-04-281-0/+8
|
* Free the lizardltabb1998-03-281-0/+414