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
/
beos
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing whitespaces in *.c.
ivan
2022-11-20
1
-10
/
+10
*
* Add apr_socket_is_connected to detect whether the remote side of a socket
rpluem
2009-10-04
1
-0
/
+1
*
Fix the typo.
jorton
2006-08-03
1
-1
/
+1
*
Update license header.
jorton
2006-08-03
1
-6
/
+6
*
Make apr_socket_recvfrom set the port in the from sockaddr.
rooneg
2006-04-27
1
-1
/
+3
*
Update copyright year to 2005 and standardize on current copyright owner line.
jerenkrantz
2005-02-04
1
-1
/
+2
*
Remove .cvsignore files.
jorton
2004-11-18
1
-4
/
+0
*
Relicense APR under Apache License, Version 2.0
jerenkrantz
2004-02-13
1
-49
/
+10
*
First whack at switching to a single top-level make. This adds a dependency
gstein
2004-02-05
1
-14
/
+0
*
With the removal of apr_poll(), the apr_wait_for_io_or_timeout() function
gstein
2003-11-17
1
-5
/
+5
*
axe these deprecated functions:
trawick
2003-09-03
1
-38
/
+0
*
Namespace protection for include/arch/ header files
thommay
2003-01-06
1
-1
/
+1
*
Update copyright notices to 2003.
thommay
2003-01-01
1
-1
/
+1
*
*) Renames done (deprecated functions wrapped):
thommay
2002-11-20
1
-10
/
+54
*
Remove the old BeOS poll implementation. BeOS's poll implementation looks
rbb
2002-07-11
2
-328
/
+1
*
Continue the Bill Rowe apr_size_t crusade.
orlikowski
2002-07-10
1
-3
/
+3
*
use new time conversion macros in place of APR_USEC_PER_SEC
brianp
2002-07-05
1
-2
/
+2
*
Small fix for beos networking.
dreid
2002-05-01
1
-1
/
+1
*
Add .deps to cvsignore since APR may now generate .deps files.
jerenkrantz
2002-04-22
1
-0
/
+1
*
Allow VPATH builds to properly generate build dependencies. This requires
jerenkrantz
2002-04-22
1
-0
/
+2
*
Update our copyright for this year.
fielding
2002-03-13
2
-2
/
+2
*
This patch basically allows BeOS R5's apr_poll to work like it should do!
dreid
2002-01-14
1
-4
/
+91
*
No point in using apr_pcalloc when we then go on to use FD_ZERO is there?
dreid
2002-01-13
1
-6
/
+9
*
Wrap all APR functions in APR_DECLARE macro.
rbb
2001-08-10
2
-23
/
+23
*
Couple of fixes for pre-BONE beos...
dreid
2001-07-27
1
-4
/
+4
*
This change fixes the biggest outstanding bug on BeOS R5. This may need to
dreid
2001-04-04
1
-17
/
+6
*
Try to resolve the send blocking issues on BeOS R5.
dreid
2001-04-04
1
-3
/
+21
*
Change the way select based poll works so it works as we'd expect it to, i.e.
dreid
2001-03-22
1
-12
/
+22
*
Add the UDP support to BeOS R5.
dreid
2001-03-20
1
-0
/
+76
*
nobody uses inet_aton() anymore; it isn't even in a Makefile.in
trawick
2001-03-05
1
-178
/
+0
*
Update copyright to 2001
fielding
2001-02-16
2
-2
/
+2
*
renaming various functions for consistency sake
dougm
2001-02-08
1
-10
/
+10
*
Add a missing function to the beos poll... Thought I'd done this a
dreid
2001-01-12
1
-0
/
+16
*
Libtool-ize APR.
gstein
2001-01-09
2
-32
/
+8
*
Remove some old files that we no longer use. Should have been done a while
dreid
2001-01-02
3
-490
/
+0
*
This file is no longer needed. I thought I'd already removed this but
dreid
2000-12-03
1
-119
/
+0
*
Get rid of apr_get_socket_inaddr(), apr_get_remote_name(), and
trawick
2000-12-01
1
-19
/
+0
*
Some of the forewarned APR network_io interface changes:
trawick
2000-11-21
1
-27
/
+0
*
This changes BeOS to use the majority of the Unix socket code.
dreid
2000-11-18
4
-38
/
+44
*
BeOS changes to the way dependencies are built in APR makefiles
trawick
2000-11-15
1
-59
/
+2
*
This is the next step in the conversion of socket address functions to
dreid
2000-11-09
1
-71
/
+22
*
This adds the APR_LOCAL/APR_REMOTE to APR and changes the apr_get/set_port
dreid
2000-11-08
1
-26
/
+16
*
This adds the apr_port_t type to APR and should change all references in the
dreid
2000-11-08
1
-6
/
+6
*
Convert a lot of apr_ssize_t to apr_size_t. We don't ever accept or return
rbb
2000-11-07
1
-3
/
+3
*
I'm not sure I really like this as it smacks of code duplication with
dreid
2000-11-03
1
-0
/
+19
*
Add error checking for apr_connect.
dreid
2000-11-02
1
-4
/
+9
*
Make 2nd parm of apr_connect() const char * instead of char *.
trawick
2000-11-02
1
-1
/
+1
*
Add some .cvsignore goodness...
dreid
2000-09-16
1
-0
/
+1
*
Add apr-sendv using the "I don't have writev" workaround.
dreid
2000-08-29
1
-0
/
+10
*
Adjust the TCP_NODELAY code for the older BeOS stack...
dreid
2000-08-26
1
-3
/
+11
[next]