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
*
Add table cloning (deep copy) convenience function named apr_table_clone().
Davi Arnaut
2007-06-30
1
-0
/
+14
*
Fix debugging messages in apr_table_addn()/apr_table_mergen().
Bojan Smojver
2007-05-22
1
-2
/
+2
*
Add apr_array_clear() API.
Paul Querna
2007-05-16
1
-0
/
+5
*
* tables/apr_tables.c [MAKE_TABLE_PROFILE] (do_table_push): Rename
Joe Orton
2007-04-26
1
-3
/
+9
*
Add an apr_hash_clear() API for clearing the contents of existing hash
Garrett Rooney
2006-09-12
1
-0
/
+7
*
Fix the typo.
Joe Orton
2006-08-03
2
-2
/
+2
*
Update license header.
Joe Orton
2006-08-03
2
-12
/
+12
*
jorton claims this is an exported function, although that's not necessary
William A. Rowe Jr
2006-04-08
1
-1
/
+2
*
The internal table_mergesort can use entirely unsigned qtys,
William A. Rowe Jr
2005-09-03
1
-7
/
+8
*
Fix incorrect comments describing how the index within a table works
Brian Pane
2005-06-25
1
-7
/
+6
*
We play pointer math with local 'i', so it must be apr_size_t.
William A. Rowe Jr
2005-05-16
1
-2
/
+2
*
* tables/apr_hash.c (apr_hash_merge): Enable pool lifetime debugging.
Joe Orton
2005-05-04
1
-3
/
+6
*
* tables/apr_tables.c (apr_table_overlap): Don't erase dest table
Joe Orton
2005-05-04
1
-8
/
+8
*
* tables/apr_tables.c: Enable pool lifetime debugging checks
Joe Orton
2005-05-04
1
-12
/
+15
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
2
-2
/
+4
*
Remove .cvsignore files.
Joe Orton
2004-11-18
1
-4
/
+0
*
* tables/apr_hash.c (find_entry): Fix gcc warning.
Joe Orton
2004-11-15
1
-1
/
+1
*
Prevent unbounded memory use during repeated operations on a hash table.
Thom May
2004-11-14
1
-1
/
+11
*
fix some unsigned char/signed char discrepancies
Jeff Trawick
2004-04-19
1
-2
/
+3
*
* tables/apr_hash.c (apr_hash_merge): Copy the hash_func.
Joe Orton
2004-04-19
1
-2
/
+3
*
Fix the compile errors. I thought I compiled this after making my
Ryan Bloom
2004-04-18
1
-1
/
+1
*
Allow developers to specify their own hash function for hash tables using
Ryan Bloom
2004-04-18
1
-20
/
+41
*
Relicense APR under Apache License, Version 2.0
Justin Erenkrantz
2004-02-13
2
-102
/
+20
*
First whack at switching to a single top-level make. This adds a dependency
Greg Stein
2004-02-05
1
-13
/
+0
*
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
[next]