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
/
include
/
apr_lib.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright to 2001
fielding
2001-02-16
1
-1
/
+1
*
result(?) What result? Stop mauling the size_t arg and overwrite the
wrowe
2001-02-11
1
-3
/
+3
*
Moved the prototypes for apr_snprintf and apr_vsnprintf to the
rbb
2001-02-11
1
-42
/
+0
*
renaming various functions for consistency sake
dougm
2001-02-08
1
-4
/
+4
*
Add remaining APR_DECLARE()s to all headers. Conditionally added
wrowe
2001-01-18
1
-6
/
+8
*
apr_snprintf()'s %pI format string now takes apr_sockaddr_t *
trawick
2000-12-16
1
-1
/
+2
*
Cleanup apr_lib's docs.
rbb
2000-12-04
1
-6
/
+9
*
Try to deal with isascii in a better manner. As we include ctype.h if
dreid
2000-12-03
1
-4
/
+4
*
isascii() is not available on PowerPC versions of BeOS. Supply a definition.
gstein
2000-12-03
1
-0
/
+4
*
Make the APR headers sane.
gstein
2000-11-26
1
-25
/
+1
*
Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols
wrowe
2000-10-16
1
-7
/
+7
*
Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...
wrowe
2000-08-06
1
-19
/
+19
*
prefix libapr functions and types with apr_
dougm
2000-08-02
1
-36
/
+36
*
Remove all of the ap_is* functions from Apache. They were already in APR,
rbb
2000-07-26
1
-0
/
+4
*
Caught a bad var arg linkage declaration.
wrowe
2000-07-25
1
-1
/
+2
*
Convert apr_lib.h to use Scandoc
rbb
2000-07-23
1
-96
/
+67
*
Remove all of the ap_exec* functions. Nobody is currently using these
rbb
2000-07-21
1
-30
/
+0
*
Move some prototypes from apr_lib.h to apr_strings.h.
rbb
2000-07-21
1
-31
/
+0
*
Move all APR functions related to strings to their own directory, and
rbb
2000-07-21
1
-22
/
+0
*
Document apr_lib.h and do some cleanup. This moves the definition of the
rbb
2000-07-05
1
-51
/
+170
*
Cleanup APR header files a bit. Basically, this splits ap_table_t related
rbb
2000-06-08
1
-88
/
+1
*
Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols.
wrowe
2000-05-26
1
-57
/
+57
*
Remove all remaining instances in Apache code of
manoj
2000-05-21
1
-12
/
+0
*
Since cleanups return an APR status, ap_run_cleanup should too.
manoj
2000-05-21
1
-1
/
+1
*
Fix ap_tokenize_to_argv to respect the const arguments it is passed. This
rbb
2000-04-30
1
-1
/
+2
*
modify the arguments to ap_tokenize_to_argv to match the rest of apr.
rbb
2000-04-28
1
-2
/
+2
*
Change the format for APR function documentation. This uses the perldoc
rbb
2000-04-16
1
-1
/
+1
*
Win32:
stoddard
2000-04-15
1
-0
/
+2
*
Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages
rbb
2000-04-14
1
-28
/
+27
*
fix the rest of the struct foo_t to struct ap_foo_t. Next is removing the
rbb
2000-04-03
1
-21
/
+21
*
Update to Apache Software License version 1.1
fielding
2000-03-31
1
-40
/
+31
*
Fix all the License issues. Including:
rbb
2000-03-10
1
-9
/
+9
*
Fi ap_note_subprocess to use ap_proc_t's instead of pid's.
rbb
1999-12-13
1
-1
/
+2
*
This finishes cleaning up the APR macro leak. APR public headers no longer
rbb
1999-12-01
1
-0
/
+4
*
The next step in removing the APR HAVE_*_H leak. This removes all of those
rbb
1999-12-01
1
-31
/
+0
*
Remove some of the includes of apr_config.h from public header files.
rbb
1999-11-30
1
-1
/
+0
*
Deal with pool function failures in a clean way. I need to look at how we
rbb
1999-11-24
1
-1
/
+1
*
Update some dependancies. Move the final two files out of apr/inc and into
rbb
1999-11-23
1
-0
/
+7
*
Begin to update apr/lib files to follow the standard APR function format.
rbb
1999-11-22
1
-2
/
+2
*
Cleanup the ZZZ comments. Basically these used to mark places where APR
rbb
1999-11-16
1
-7
/
+0
*
Move filename_of_pathname down to APR. I have put an ap_ at the beginning
rbb
1999-10-13
1
-0
/
+1
*
Make Apache use the new ap_create_process call. This is the first of a
rbb
1999-10-11
1
-2
/
+3
*
Undoing my last changes to these files. These changes are a part of a much
rbb
1999-10-08
1
-3
/
+2
*
Remove the final generated file from the APR tree.
rbb
1999-10-08
1
-2
/
+3
*
Move ap_pregcomp and ap_pregfree from APR to Apache proper, since these
manoj
1999-09-20
1
-4
/
+0
*
Fix warnings.
ben
1999-09-12
1
-2
/
+2
*
Remove the "ap_popenf"-like calls. These are basically the ones that were
rbb
1999-09-08
1
-20
/
+0
*
Remove alloc.c and alloc.h from apache. ALL of their functions have moved
rbb
1999-09-01
1
-1
/
+3
*
Found the WIN32 DIR
stoddard
1999-08-31
1
-0
/
+1
*
dirent.h is not a WIN32 thing
stoddard
1999-08-31
1
-1
/
+2
[next]