| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Do not depend on always defined macros | Giuseppe Scrivano | 2014-06-12 | 1 | -5/+1 |
| | | |||||
| * | Ensure main calls bindtextdomain | Giuseppe Scrivano | 2014-06-12 | 1 | -0/+9 |
| | | |||||
| * | removed 'const' warnings. | Tim Ruehsen | 2012-05-14 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | * hash.h (hash_table_put): Make argument "value" const. * hash.c (hash_table_put): Make argument value const. Cast `value' to void. * http.c (request_set_header): Make argument `name' const. Cast `value' and `name' to void*. (request_remove_header): Make argument `name' const. * url.c (url_file_name): Make `index_filename' static. * warc.h (warc_write_cdx_record): Make `url', `timestamp', `mime_type', `payload_digest', `redirect_location', `warc_filename', response_uuid' arguments const. Make `checksum' const. * warc.c (warc_write_date_header): Make the `timestamp' argument const. Make `extension' const. (warc_write_cdx_record): Make `url', `timestamp', `mime_type', `payload_digest', `redirect_location', `warc_filename', response_uuid' arguments const. Make `checksum' const. | ||||
| * | mass change: update copyright years. | Giuseppe Scrivano | 2011-01-01 | 1 | -1/+1 |
| | | |||||
| * | Mass update copyright years. | Giuseppe Scrivano | 2010-05-08 | 1 | -1/+1 |
| | | |||||
| * | [mq]: cfg-mk | Micah Cowan | 2009-09-21 | 1 | -5/+5 |
| | | |||||
| * | Ran update-copyright. | Micah Cowan | 2009-09-04 | 1 | -2/+2 |
| | | |||||
| * | stdint.h adjustments for Interix, thanks Markus Duft <mduft@gentoo.org>. | Micah Cowan | 2009-04-24 | 1 | -2/+2 |
| | | |||||
| * | Henri's -Wall patch. | Micah Cowan | 2008-05-30 | 1 | -1/+1 |
| | | |||||
| * | Updated copyright year. | Micah Cowan | 2008-01-25 | 1 | -2/+2 |
| | | |||||
| * | Merge SFLC licensing changes for OpenSSL with tip. | Micah Cowan | 2007-12-07 | 1 | -9/+10 |
| |\ | |||||
| | * | Updated licensing exception for OpenSSL from the SFLC. | Micah Cowan | 2007-11-28 | 1 | -9/+10 |
| | | | |||||
| * | | Eschew config-post.h. | Micah Cowan | 2007-10-18 | 1 | -3/+2 |
| | | | |||||
| * | | ISSPACE -> c_isspace | Micah Cowan | 2007-10-14 | 1 | -3/+3 |
| |/ | |||||
| * | Update copyright lists, conforming to maintainer guidelines | Micah Cowan | 2007-09-28 | 1 | -1/+2 |
| | | |||||
| * | [svn] Make indentation consistent (all-spaces, no tabs). | micah | 2007-08-02 | 1 | -76/+76 |
| | | |||||
| * | [svn] Merge of fix for bugs 20341 and 20410. | micah | 2007-07-09 | 1 | -3/+2 |
| | | |||||
| * | [svn] Added sanity checks for -k, -p, -r and -N when -O is given. Added ↵ | mtortonesi | 2006-07-14 | 1 | -1/+1 |
| | | | | | fixes for 64-bit platforms. Updated copyright and maintainer information. | ||||
| * | [svn] Wrap macro arg in parentheses. | hniksic | 2006-04-11 | 1 | -1/+1 |
| | | |||||
| * | [svn] Fixed definition of TOLOWER when STANDALONE. | hniksic | 2006-03-06 | 1 | -1/+2 |
| | | |||||
| * | [svn] Obtain the declaration of uintptr_t when standalone. | hniksic | 2006-02-02 | 1 | -0/+5 |
| | | |||||
| * | [svn] Don't define countof if it's already defined. | hniksic | 2006-02-02 | 1 | -1/+3 |
| | | |||||
| * | [svn] Use uintptr_t instead of unsigned long for integer representation of ↵ | hniksic | 2005-11-19 | 1 | -4/+4 |
| | | | | | pointers. | ||||
| * | [svn] Doc fix. | hniksic | 2005-08-27 | 1 | -14/+15 |
| | | |||||
| * | [svn] Simplify iteration over hash table entries. | hniksic | 2005-08-27 | 1 | -37/+81 |
| | | |||||
| * | [svn] Update FSF's address and copyright years. | hniksic | 2005-07-01 | 1 | -3/+3 |
| | | |||||
| * | [svn] Trivially rename "mapping" to "cell" and "non-empty" to "occupied" to | hniksic | 2005-06-20 | 1 | -104/+106 |
| | | | | | avoid confusion. | ||||
| * | [svn] Don't cast return type of malloc/realloc. Assume ANSI C signal handlers. | hniksic | 2005-06-19 | 1 | -3/+2 |
| | | |||||
| * | [svn] Remove K&R support. | hniksic | 2005-06-19 | 1 | -18/+6 |
| | | |||||
| * | [svn] Remove unreachable "break" statements. | hniksic | 2005-04-28 | 1 | -1/+0 |
| | | |||||
| * | [svn] Doc fix. | hniksic | 2005-04-16 | 1 | -1/+1 |
| | | |||||
| * | [svn] Conditonialize including config.h on HAVE_CONFIG_H, not on STANDALONE. | hniksic | 2005-04-11 | 1 | -1/+1 |
| | | |||||
| * | [svn] Avoid explicit 64-bit constants; construct them by multiplication at | hniksic | 2005-04-01 | 1 | -3/+2 |
| | | | | | compile-time. | ||||
| * | [svn] Improve built-in memory debugger. | hniksic | 2005-03-20 | 1 | -15/+14 |
| | | |||||
| * | [svn] Remove warnings under Borland C. | hniksic | 2005-03-05 | 1 | -0/+1 |
| | | |||||
| * | [svn] Make hash.c compilable outside the source tree. | hniksic | 2004-02-04 | 1 | -24/+33 |
| | | |||||
| * | [svn] Trivial doc fix. | hniksic | 2003-12-19 | 1 | -8/+7 |
| | | |||||
| * | [svn] Better INT_MAX and UCHAR_MAX checks. | hniksic | 2003-11-11 | 1 | -13/+28 |
| | | |||||
| * | [svn] Move the explanation of IdentityHashMap to hash_table_new. | hniksic | 2003-11-07 | 1 | -6/+7 |
| | | |||||
| * | [svn] *** empty log message *** | hniksic | 2003-11-07 | 1 | -6/+6 |
| | | |||||
| * | [svn] Name the source of the integer hash function. | hniksic | 2003-11-07 | 1 | -6/+9 |
| | | |||||
| * | [svn] Mark entries as deleted with the correct marker. | hniksic | 2003-11-07 | 1 | -2/+4 |
| | | |||||
| * | [svn] Use 0xff in hash_table_clear. | hniksic | 2003-11-07 | 1 | -29/+34 |
| | | |||||
| * | [svn] Improve documentation. | hniksic | 2003-11-07 | 1 | -79/+92 |
| | | |||||
| * | [svn] Allow NULL/0 as hash table keys. | hniksic | 2003-11-07 | 1 | -5/+13 |
| | | |||||
| * | [svn] Get rid of ssl_iread/ssl_iwrite. Have the SSL code register its | hniksic | 2003-11-05 | 1 | -20/+5 |
| | | | | | routines for reading and writing data. | ||||
| * | [svn] Renamed HASH_FULLNESS_THRESHOLD to HASH_MAX_FULLNESS. | hniksic | 2003-10-31 | 1 | -12/+14 |
| | | |||||
| * | [svn] Use new macros xnew, xnew0, xnew_array, and xnew0_array in various places. | hniksic | 2003-10-31 | 1 | -8/+3 |
| | | |||||
| * | [svn] Make the first argument to hash_table_new a minimal count of items before | hniksic | 2003-10-09 | 1 | -60/+89 |
| | | | | | regrow, not raw size, which is more useful. | ||||
| * | [svn] Add const declarations to hash-table functions. | hniksic | 2003-10-09 | 1 | -5/+5 |
| | | |||||
