2005-09-15 |
Martin Mares | Several tweaks to the growing buffers: |
tree | commitdiff |
2005-09-14 |
Martin Mares | Oops, one really cannot skip bflush() there, because... |
tree | commitdiff |
2005-09-14 |
Martin Mares | If nothing has been written, brewind() needn't flush. |
tree | commitdiff |
2005-09-14 |
Martin Mares | Use $(COPT2) instead of -O6. |
tree | commitdiff |
2005-09-14 |
Martin Mares | Fixed another 64-bit bug. |
tree | commitdiff |
2005-09-14 |
Martin Mares | Checked and corrected all uses of va_args. |
tree | commitdiff |
2005-09-14 |
Martin Mares | out[-pos] need not equal *(out-pos) if pointers are... |
tree | commitdiff |
2005-09-14 |
Martin Mares | Another thing about the C standard I didn't know: passi... |
tree | commitdiff |
2005-09-13 |
Martin Mares | Ulimit.xs now compiles in Perl 5.8.x, while still worki... |
tree | commitdiff |
2005-09-11 |
Robert Spalek | add a posibility to hash raw memory blocks |
tree | commitdiff |
2005-09-06 |
Martin Mares | Work around inliner bugs in gcc-3.4. |
tree | commitdiff |
2005-09-03 |
Martin Mares | Prefetches in search/refs.c make much better sense... |
tree | commitdiff |
2005-08-31 |
Martin Mares | ARCH and CPU_ARCH have been split. Now, you can build... |
tree | commitdiff |
2005-08-30 |
Martin Mares | va_lists need not be assignable. Use va_copy() instead. |
tree | commitdiff |
2005-08-30 |
Martin Mares | Make autoconf recognize the amd64 architecture. |
tree | commitdiff |
2005-08-29 |
Martin Mares | Even better GBUF_TRACE -- the caller supplies his own... |
tree | commitdiff |
2005-08-29 |
Martin Mares | Added optional debug messages on buffer growing. |
tree | commitdiff |
2005-08-29 |
Martin Mares | Added STRINGIFY_EXPANDED. |
tree | commitdiff |
2005-08-14 |
Martin Mares | The Sherlock::Config module now supports typed configur... |
tree | commitdiff |
2005-08-14 |
Martin Mares | Allow typed configuration items. (This is the only... |
tree | commitdiff |
2005-08-14 |
Martin Mares | Fixed parsing of bin/config output (by TomHol in rel... |
tree | commitdiff |
2005-07-22 |
Martin Mares | Added a function which allows to read the timeval obtai... |
tree | commitdiff |
2005-07-09 |
Martin Mares | When we encounter an URL with multiple @'s, the first... |
tree | commitdiff |
2005-07-04 |
Martin Mares | Fixed a nasty bug in hash table allocation. HASH_AUTO_P... |
tree | commitdiff |
2005-07-01 |
Robert Spalek | fix url_enenscape_friendly() thanks to mj |
tree | commitdiff |
2005-06-30 |
Martin Mares | Added stk_hexdump(). Very handy for debugging. |
tree | commitdiff |
2005-06-30 |
Robert Spalek | added url_enescape_friendly() for cards.c: it prepares... |
tree | commitdiff |
2005-06-30 |
Robert Spalek | second part of fixing URL printing: escape back all... |
tree | commitdiff |
2005-06-17 |
Martin Mares | Added more format string checks. |
tree | commitdiff |
2005-06-17 |
Martin Mares | Added HASH_ZERO_FILL switch. Tired of explicit initiali... |
tree | commitdiff |
2005-06-16 |
Martin Mares | Added hash functions for 64-bit integers. |
tree | commitdiff |
2005-06-14 |
Martin Mares | athlon64 is not known before gcc-3.4. |
tree | commitdiff |
2005-06-10 |
Martin Mares | Fixed several format string bugs in calls of die(). |
tree | commitdiff |
2005-06-10 |
Martin Mares | Format string arguments for die() should be checked... |
tree | commitdiff |
2005-05-31 |
Martin Mares | Shifting of mapping window is unlikely(). |
tree | commitdiff |
2005-05-29 |
Martin Mares | log_switch() returns whether the logs have been really... |
tree | commitdiff |
2005-05-29 |
Martin Mares | Another work-around for spurious warnings. |
tree | commitdiff |
2005-05-29 |
Martin Mares | Added work-around for spurious warnings. |
tree | commitdiff |
2005-05-28 |
Martin Mares | Added switches for gcc-4.0. "-fstrict-aliasing" is... |
tree | commitdiff |
2005-05-01 |
Martin Mares | Introduced cfg_malloc_zero(). |
tree | commitdiff |
2005-05-01 |
Martin Mares | Introduced bit_array_set_all(). |
tree | commitdiff |
2005-04-22 |
Martin Mares | Don't use O_DIRECTORY on non-Linux systems. (It's not... |
tree | commitdiff |
2005-04-17 |
Martin Mares | Fixed a typo (thanks, Robert). |
tree | commitdiff |
2005-04-17 |
Martin Mares | Fix "-CONFIG_SWITCH" parameters. |
tree | commitdiff |
2005-04-15 |
Martin Mares | Fix illegal operations with va_list's. |
tree | commitdiff |
2005-04-14 |
Martin Mares | Moved endianity settings etc. to the per-CPU section. |
tree | commitdiff |
2005-04-12 |
Martin Mares | Even better CPU checks, this time taking into account... |
tree | commitdiff |
2005-04-12 |
Martin Mares | Fixed bug in parsing of options. |
tree | commitdiff |
2005-04-12 |
Martin Mares | Configure: CPU type autodetection. |
tree | commitdiff |
2005-04-12 |
Martin Mares | Automatic detection of host OS and also partial automat... |
tree | commitdiff |
2005-04-12 |
Martin Mares | More progress on the new configurator. All configuratio... |
tree | commitdiff |
2005-04-12 |
Martin Mares | More pieces of new configure. |
tree | commitdiff |
2005-04-12 |
Martin Mares | Added first pieces of the new configuration mechanism... |
tree | commitdiff |
2005-04-11 |
Martin Mares | Rewritten Makefiles to support separated source and... |
tree | commitdiff |
2005-04-04 |
Martin Mares | Don't use prefetch on Pentium 4, it actually gives... |
tree | commitdiff |
2005-04-02 |
Martin Mares | Added qache_probe(). |
tree | commitdiff |
2005-04-02 |
Martin Mares | Added `u8' and `s8' to keep consistency. |
tree | commitdiff |
2005-04-01 |
Martin Mares | Added file_close_all(). |
tree | commitdiff |
2005-03-07 |
Martin Mares | Cache module finished. Implemented internal consistency... |
tree | commitdiff |
2005-03-07 |
Martin Mares | More work on the caching module: added some debugging... |
tree | commitdiff |
2005-03-07 |
Martin Mares | Wrote the cache module, not debugged yet. |
tree | commitdiff |
2005-03-06 |
Martin Mares | First steps towards a universal shared memory cache... |
tree | commitdiff |
2005-03-04 |
Martin Mares | Warn on mistyped arguments to stk_printf(). |
tree | commitdiff |
2005-03-04 |
Martin Mares | Mainloop timers are now measured in milliseconds. Will... |
tree | commitdiff |
2005-03-03 |
Martin Mares | Avoid "cast of pointer to a smaller integer type" warnings. |
tree | commitdiff |
2005-03-02 |
Martin Mares | Fix incorrect pointer casts. |
tree | commitdiff |
2005-02-21 |
Robert Spalek | typo fixed |
tree | commitdiff |
2005-02-20 |
Robert Spalek | shup up, gcc |
tree | commitdiff |
2005-02-20 |
Robert Spalek | fixed library dependencies |
tree | commitdiff |
2005-02-19 |
Robert Spalek | comparison of signed and unsigned encountered without... |
tree | commitdiff |
2005-02-19 |
Martin Mares | Added clist walking macros with embedded C99 declaratio... |
tree | commitdiff |
2005-02-16 |
Martin Mares | If requested by config.mk, install all libraries and... |
tree | commitdiff |
2005-02-10 |
Martin Mares | Oops, a nasty bug has crept in. |
tree | commitdiff |
2005-02-10 |
Martin Mares | Added overflow-safe string functions allocating everyth... |
tree | commitdiff |
2005-02-10 |
Martin Mares | Added tests for the mempool string functions. |
tree | commitdiff |
2005-02-10 |
Martin Mares | Added printf-like function with output to mempool. |
tree | commitdiff |
2005-01-31 |
Martin Mares | A minor optimization. |
tree | commitdiff |
2005-01-28 |
Martin Mares | Don't forget to undefine BUF_T. |
tree | commitdiff |
2005-01-18 |
Tomas Valla | Wrong alignment fixed. |
tree | commitdiff |
2005-01-18 |
Tomas Valla | We should check the special case. |
tree | commitdiff |
2005-01-17 |
Tomas Valla | useful macro to align pointer p to size s |
tree | commitdiff |
2005-01-10 |
Robert Spalek | update the copyright; it's been quite a long time until... |
tree | commitdiff |
2005-01-10 |
Robert Spalek | added TREE_WANT_BOUNDARY for finding the first/last... |
tree | commitdiff |
2005-01-08 |
Martin Mares | Fixed a nasty bug in partmap_map(). When called for... |
tree | commitdiff |
2004-12-27 |
Martin Mares | .cvsignore no longer needed here. |
tree | commitdiff |
2004-12-11 |
Martin Mares | Resurrected CONFIG_LARGE_DB. |
tree | commitdiff |
2004-12-11 |
Martin Mares | Compilation of Perl and Shell parts of libucw is optional. |
tree | commitdiff |
2004-12-11 |
Martin Mares | Adjust comments in UCW Library modules. |
tree | commitdiff |
2004-12-11 |
Martin Mares | Changed all references to Sherlock Library by UCW Library. |
tree | commitdiff |
2004-12-11 |
Martin Mares | SHERLOCK_HAVE_PREAD -> HAVE_PREAD. |
tree | commitdiff |
2004-12-11 |
Martin Mares | CONFIG_LFS has been removed, CONFIG_LARGE_DB got replac... |
tree | commitdiff |
2004-12-11 |
Martin Mares | Moved oid_t to sherlock.h. |
tree | commitdiff |
2004-12-11 |
Martin Mares | Moved the lizard-fb module to Sherlock library, because... |
tree | commitdiff |
2004-12-11 |
Martin Mares | Configure libucw according to Sherlock config. |
tree | commitdiff |
2004-12-11 |
Martin Mares | Moved CGI.pm and Query.pm to Sherlock library. |
tree | commitdiff |
2004-12-11 |
Martin Mares | Split library functions to libsh and libucw. |
tree | commitdiff |
2004-12-11 |
Martin Mares | Introduced `sherlock/config.mk' which contains non... |
tree | commitdiff |
2004-12-11 |
Martin Mares | Made DEFAULT_CONFIG optional. |
tree | commitdiff |
2004-11-20 |
Martin Mares | Partial inlining of bskip(). |
tree | commitdiff |
2004-11-20 |
Martin Mares | Introduced COMPARE_LT and COMPARE_GT for comparison... |
tree | commitdiff |
next |