index
:
delta/libapr.git
0.9.x
1.0.x
1.1.x
1.2.x
1.3.x
1.4.x
1.5.x
1.6.x
1.7.1-test1
1.7.x
1.8.x
1.8.x-r1896717
1.8.x-r1897895
APR
APR_0_9_BRANCH
baserock/morph
evenset
gstein-pocore
master
pollcb-dev
thread-name
unlabeled-1.1.1
win32-pollset-wakeup-no-file-socket-emulation
xmllite
svn.apache.org: repos/asf/apr/apr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
network_io
/
win32
Commit message (
Expand
)
Author
Age
Files
Lines
*
Relicense APR under Apache License, Version 2.0.
jerenkrantz
2004-02-13
3
-147
/
+30
*
Introduce apr_socket_atmark() with a more friendly failure case when the
wrowe
2003-10-16
1
-0
/
+13
*
apr_socket_data_set(): allow the same key to be used for
trawick
2003-07-08
1
-4
/
+28
*
Namespace protection, thanks to Craig Rodrigues <rodrigc@attbi.com>
wrowe
2003-02-24
1
-1
/
+1
*
rename apr_arch_fileio.h to apr_arch_file_io.h for consistency
thommay
2003-01-07
1
-1
/
+1
*
Namespace protection for include/arch/ header files
thommay
2003-01-06
3
-6
/
+6
*
Update copyright notices to 2003.
thommay
2003-01-01
3
-3
/
+3
*
Win32: Fix Win32 compile break due to last commit (renames)
stoddard
2002-11-20
2
-2
/
+2
*
*) Renames done (deprecated functions wrapped):
thommay
2002-11-20
3
-34
/
+123
*
add APR_IPV6_V6ONLY socket option
trawick
2002-11-13
1
-0
/
+14
*
Based on Brad's feedback, we don't want really huge things on the
wrowe
2002-10-30
1
-19
/
+50
*
The last broken tree was a good example that sa_common has outlived
wrowe
2002-10-27
1
-88
/
+0
*
Fix a problem retrieving the remote socket address for sockets
trawick
2002-10-25
1
-0
/
+4
*
map the TCP_NODELAY socket option to SCTP_NODELAY as appropriate
trawick
2002-10-22
1
-1
/
+10
*
minor style tweaks
trawick
2002-10-22
1
-4
/
+4
*
Win32: Fix apr_shutdown() to honor the setting of apr_shutdown_how_e
stoddard
2002-10-22
1
-1
/
+1
*
fix compile break in OS/2 and Win32 apr_os_sock_make()
trawick
2002-10-18
1
-2
/
+2
*
apr_os_sock_put() shouldn't assume any particular protocol
trawick
2002-10-18
1
-1
/
+1
*
fix compile break
trawick
2002-10-18
1
-1
/
+1
*
Add apr_socket_create_ex() to allow protocol to be specified for the
trawick
2002-10-18
1
-9
/
+29
*
disconnected is determined in the while (bytes_to_send) {} logic
wrowe
2002-10-13
1
-1
/
+1
*
Solve the elusive .pdf failure on Win32.
wrowe
2002-08-06
1
-14
/
+17
*
axe some checks for out-of-storage which are not helpful;
trawick
2002-07-30
1
-7
/
+0
*
Inherited socket()'s considered harmful on win32.
wrowe
2002-07-29
1
-0
/
+37
*
As rbb pointed out, two constructors are prone to bugs. Remap our old
wrowe
2002-07-15
1
-39
/
+2
*
poll.c is not longer used or needed. Removing from the network_io directory.
bnicholes
2002-07-15
1
-268
/
+0
*
This emit will bug me for a year. Quell it, it's deprecated later anyways.
wrowe
2002-07-15
1
-1
/
+1
*
Missed a semicol
wrowe
2002-07-15
1
-1
/
+1
*
Deprecate apr_get/setsockopt for apr_socket_opt_get/set
wrowe
2002-07-15
1
-4
/
+18
*
The right solution. Follow the herd, use socketdes as our name.
wrowe
2002-07-15
4
-54
/
+61
*
Use the correct macros
wrowe
2002-07-15
2
-5
/
+6
*
The last transpostion of ->timeout into apr_time fixed a bug identified
wrowe
2002-07-15
1
-1
/
+1
*
Implement the win32 apr_socket_timeout_set/get, and accomodate both the
wrowe
2002-07-15
2
-12
/
+69
*
Changed the return values of the apr_*_inherit_(un)set functions from
brane
2002-07-05
1
-6
/
+6
*
use new time conversion macros in place of APR_USEC_PER_SEC
brianp
2002-07-05
1
-2
/
+2
*
Have inherit_set/unset work correctly. Sockets can't do this, so punt.
wrowe
2002-07-03
1
-2
/
+24
*
Last for today (compiles clean on Win32, hope the same for the rest of
wrowe
2002-06-08
1
-6
/
+3
*
Allows the internal socket netmask of the accepted socket to initialize itself
bnicholes
2002-06-07
1
-0
/
+11
*
win32 now passes testsockopt. Merge the Netware codepath
stoddard
2002-06-06
1
-58
/
+39
*
More of the WinCE port.
wrowe
2002-06-04
4
-10
/
+50
*
Win32: WTF was I thinking with that last commit? this is right (I hope :-)
stoddard
2002-05-22
1
-12
/
+10
*
Win32: Fix bug introduced by the commit that added GetOverlappedResults()
stoddard
2002-05-22
1
-12
/
+17
*
Win32: Rearrange code for clarity
stoddard
2002-05-22
1
-14
/
+12
*
Win32: Rather pointless to call GetOverlappedResults() on a socket we
stoddard
2002-05-20
1
-2
/
+4
*
Win32: Need to check for WSA_IO_PENDING.
stoddard
2002-05-20
1
-1
/
+2
*
Win32: Call GetOverlappedResults to get the results of an async
stoddard
2002-05-20
1
-8
/
+15
*
A read with 0 bytes is an APR_EOF. Found this running ab.
stoddard
2002-04-27
1
-2
/
+1
*
make sure apr_sockaddr_t->port gets filled in after the kernel
trawick
2002-04-05
1
-0
/
+2
*
Fix win32 compile break
stoddard
2002-04-01
1
-1
/
+1
*
simplify sockaddr manipulation code a little bit
trawick
2002-04-01
1
-32
/
+14
[next]