index
:
delta/apache/apr.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
evenset
gstein-pocore
pollcb-dev
thread-name
trunk
unlabeled-1.1.1
win32-pollset-wakeup-no-file-socket-emulation
xmllite
github.com: github.com: apache/apr.git. This may lag behind the Subversion repository, mirrored as libapr.git.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tables
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update license header.
Joe Orton
2006-09-20
2
-12
/
+12
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
2
-2
/
+4
*
Remove .cvsignore files.
APR_0_9_BRANCH
Joe Orton
2004-11-20
1
-4
/
+0
*
Merge r71501 from trunk:
Joe Orton
2004-11-15
1
-1
/
+1
*
Merged trunk r65572 to APU_0_9_BRANCH.
Branko Čibej
2004-11-14
1
-1
/
+11
*
Relicense APR under Apache License, Version 2.0.
Justin Erenkrantz
2004-02-13
2
-102
/
+20
*
fixed the removal of duplicate key values in apr_table_compress() where one k...
Brian Pane
2003-06-24
1
-3
/
+4
*
fix some compiler warnings
Brian Pane
2003-06-24
1
-2
/
+1
*
Add an apr_table_compress() function to reconcile duplicate
Brian Pane
2003-06-22
1
-292
/
+208
*
update the name of a function in a comment
Jeff Trawick
2003-04-04
1
-1
/
+1
*
A binary-safe patch that satisfies Jerenkrantz's original desire for
William A. Rowe Jr
2003-01-13
1
-12
/
+10
*
Update copyright notices to 2003.
Thom May
2003-01-01
2
-2
/
+2
*
Use apr_uint32_t rather than apr_size_t for the maximum hash table size.
Justin Erenkrantz
2002-12-30
1
-10
/
+10
*
Allow apr_hash to have greater than int number of elements.
Justin Erenkrantz
2002-12-23
1
-10
/
+11
*
A few NOTICEs for developers modifying code, not 'XXX' developer pointers.
William A. Rowe Jr
2002-12-10
1
-2
/
+2
*
Fix a bug in apr_hash_merge() which caused the last entry in the
Jeff Trawick
2002-11-23
1
-1
/
+1
*
fix a typo
Jeff Trawick
2002-09-17
1
-1
/
+1
*
Add apr_array_pop() function to apr_array_header_t.
Justin Erenkrantz
2002-09-02
1
-0
/
+9
*
zap an unused variable
Jeff Trawick
2002-07-29
1
-1
/
+0
*
Optimization for apr_table_overlap(): because the destination
Brian Pane
2002-07-27
1
-8
/
+11
*
Fixed a bug in apr_table_set/setn from an earlier change: entries
Brian Pane
2002-07-27
1
-4
/
+4
*
Updated apr_table_vdo() to take advantage of the indexing
Brian Pane
2002-07-27
1
-8
/
+21
*
remove an extraneous initialization left over from the last change to apr_tab...
Brian Pane
2002-07-20
1
-1
/
+1
*
Added a simple index to apr_table_t to reduce the best-case
Brian Pane
2002-07-20
1
-45
/
+238
*
All TABS and members present of other gangs, like the dreadful trailing
Sander Striker
2002-07-19
1
-41
/
+44
*
added apr_is_empty_array()
Brian Pane
2002-07-13
1
-0
/
+5
*
Changed apr_table_elts() and apr_is_empty_table() from macros
Brian Pane
2002-07-13
1
-0
/
+9
*
Additional speedup for apr_table_unset(): don't start doing the
Brian Pane
2002-07-06
1
-6
/
+11
*
Optimized apr_table_unset(): the loop is now O(n) instead of
Brian Pane
2002-07-05
1
-20
/
+14
*
Optimized the apr_table_set* functions, and updated a variable name
Brian Pane
2002-07-05
1
-71
/
+58
*
Streamlined the code for apr_table_get()
Brian Pane
2002-07-05
1
-5
/
+6
*
Moved the definition of apr_table_t's internals from apr_tables.h
Brian Pane
2002-07-05
1
-0
/
+15
*
yikes, didn't even notice those tabs there.
Cliff Woolley
2002-06-28
1
-8
/
+8
*
A compromise for now: changing the return type of apr_table_do() and
Cliff Woolley
2002-06-28
1
-7
/
+47
*
Introduce apr_table_do_callback_fn_t as a prototype declaration, and
William A. Rowe Jr
2002-06-28
1
-4
/
+5
*
Why was this in there? It generates a warning (deprecated header file)
Cliff Woolley
2002-06-11
1
-3
/
+0
*
Add .deps to cvsignore since APR may now generate .deps files.
Justin Erenkrantz
2002-04-22
1
-0
/
+1
*
Allow VPATH builds to properly generate build dependencies. This requires
Justin Erenkrantz
2002-04-22
1
-0
/
+2
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
2
-2
/
+2
*
Optimized away the initialization of newly allocated table
Brian Pane
2002-03-10
1
-3
/
+22
*
Update debug-only code (with invalid #ifdefs anyway) to use apr_pool_find.
Justin Erenkrantz
2002-02-13
1
-6
/
+6
*
for the call to apr_table_overlap where it has no work to do:
Jeff Trawick
2002-01-18
1
-0
/
+12
*
fix segv in apr_table_overlap
Ian Holsman
2001-12-09
1
-0
/
+1
*
optimize the apr_array_copy call by remvoing the zero fill
Ian Holsman
2001-12-08
1
-1
/
+5
*
Begone ye festering warning.
Roy T. Fielding
2001-11-26
1
-1
/
+0
*
Speed up table operations.
Ian Holsman
2001-11-26
1
-150
/
+377
*
This patch speeds up the apr_hash_t implementation's
Ian Holsman
2001-11-21
1
-5
/
+11
*
Remove a compiler warning.
Ryan Bloom
2001-11-10
1
-1
/
+1
*
Add 2 new hash functions.
Ian Holsman
2001-11-09
1
-19
/
+97
*
The find_entry() function in apr_hash.c is responsible for over
Justin Erenkrantz
2001-09-06
1
-1
/
+2
[next]