]> mj.ucw.cz Git - libucw.git/shortlog
libucw.git
2005-11-16 Martin MaresAdded cfg_printf(), which will be useful for formatting...
2005-11-15 Martin MaresMux pings now monitor which versions of which databases...
2005-11-15 Vladimir Jelenfix from rel-3-7
2005-11-14 Martin MaresChanged main_loop shutdown logic once again. The former...
2005-11-13 Martin MaresMade main_loop() exit if there is nothing to do.
2005-11-08 Martin Maresmain_get_timer() made public.
2005-11-08 Martin Mares#include "sherlock/tagged-text.h" really doesn't belong...
2005-11-07 Martin MaresIf there are no more filehandles and a timer or event...
2005-10-16 Robert Spalekpartmap.h deserves its own header
2005-10-15 Robert Spalekpartmap_map() inlined and added an even faster version...
2005-10-08 Robert Spalekshut up, gcc
2005-10-05 Martin MaresAdded user unaccenting rules for stroked letters. Not...
2005-10-03 Vladimir Jelenfix
2005-10-02 Martin MaresAdded a single-linked double-ended list module. Mostly...
2005-10-02 Martin MaresMoved ROL() to lib.h.
2005-10-02 Martin MaresConvert some nextprimes to next_table_primes.
2005-10-02 Martin MaresAdded a table of prime numbers. (I want to use prime...
2005-10-02 Martin MaresAdded a library module for generic binary search.
2005-09-30 Martin MaresMainline is v3.8.
2005-09-22 Martin MaresUpdated calls of fls().
2005-09-22 Martin Maresfls() is gone.
2005-09-22 Martin MaresImplemented ffs() and unified it with fls() to bitops.h.
2005-09-20 Martin MaresMerged bucket file scaling patches from rel-3-7-pre1:
2005-09-20 Martin MaresMinor cleanup of KMP:
2005-09-20 Robert Spalekincrease buffer 3x
2005-09-20 Robert Spalekbugfix
2005-09-20 Robert Spalekkmp search automaton moved from lang/ to lib/
2005-09-15 Martin MaresIntroduced mp_memdup().
2005-09-15 Martin MaresSeveral tweaks to the growing buffers:
2005-09-14 Martin MaresOops, one really cannot skip bflush() there, because...
2005-09-14 Martin MaresIf nothing has been written, brewind() needn't flush.
2005-09-14 Martin MaresUse $(COPT2) instead of -O6.
2005-09-14 Martin MaresFixed another 64-bit bug.
2005-09-14 Martin MaresChecked and corrected all uses of va_args.
2005-09-14 Martin Maresout[-pos] need not equal *(out-pos) if pointers are...
2005-09-14 Martin MaresAnother thing about the C standard I didn't know: passi...
2005-09-13 Martin MaresUlimit.xs now compiles in Perl 5.8.x, while still worki...
2005-09-11 Robert Spalekadd a posibility to hash raw memory blocks
2005-09-06 Martin MaresWork around inliner bugs in gcc-3.4.
2005-09-03 Martin MaresPrefetches in search/refs.c make much better sense...
2005-08-31 Martin MaresARCH and CPU_ARCH have been split. Now, you can build...
2005-08-30 Martin Maresva_lists need not be assignable. Use va_copy() instead.
2005-08-30 Martin MaresMake autoconf recognize the amd64 architecture.
2005-08-29 Martin MaresEven better GBUF_TRACE -- the caller supplies his own...
2005-08-29 Martin MaresAdded optional debug messages on buffer growing.
2005-08-29 Martin MaresAdded STRINGIFY_EXPANDED.
2005-08-14 Martin MaresThe Sherlock::Config module now supports typed configur...
2005-08-14 Martin MaresAllow typed configuration items. (This is the only...
2005-08-14 Martin MaresFixed parsing of bin/config output (by TomHol in rel...
2005-07-22 Martin MaresAdded a function which allows to read the timeval obtai...
2005-07-09 Martin MaresWhen we encounter an URL with multiple @'s, the first...
2005-07-04 Martin MaresFixed a nasty bug in hash table allocation. HASH_AUTO_P...
2005-07-01 Robert Spalekfix url_enenscape_friendly() thanks to mj
2005-06-30 Martin MaresAdded stk_hexdump(). Very handy for debugging.
2005-06-30 Robert Spalekadded url_enescape_friendly() for cards.c: it prepares...
2005-06-30 Robert Spaleksecond part of fixing URL printing: escape back all...
2005-06-21 Martin MaresAdded Vlada to the mail address decoder.
2005-06-20 Robert Spaleknon-fatal warning on an unknown commited (croniak)
2005-06-17 Martin MaresAdded more format string checks.
2005-06-17 Martin MaresAdded HASH_ZERO_FILL switch. Tired of explicit initiali...
2005-06-16 Martin MaresAdded hash functions for 64-bit integers.
2005-06-14 Martin Maresathlon64 is not known before gcc-3.4.
2005-06-10 Martin MaresFixed several format string bugs in calls of die().
2005-06-10 Martin MaresFormat string arguments for die() should be checked...
2005-06-04 Martin MaresMainline is going to be v3.7.
2005-05-31 Martin MaresShifting of mapping window is unlikely().
2005-05-29 Martin Mareslog_switch() returns whether the logs have been really...
2005-05-29 Martin MaresAnother work-around for spurious warnings.
2005-05-29 Martin MaresAdded work-around for spurious warnings.
2005-05-28 Martin MaresAdded windows-1251 charset (almost closes Bug #1209).
2005-05-28 Martin MaresAdded switches for gcc-4.0. "-fstrict-aliasing" is...
2005-05-17 Martin MaresMerged Centrum customization splits from 3.5.1.
2005-05-17 Tomas HolusaFixxed test for ROLE=reap --> reap+watson
2005-05-01 Martin MaresDefault settings of MUX parameters.
2005-05-01 Martin MaresIntroduced cfg_malloc_zero().
2005-05-01 Martin MaresIntroduced bit_array_set_all().
2005-04-23 Martin MaresMainline will be v3.6.
2005-04-22 Martin MaresDon't use O_DIRECTORY on non-Linux systems. (It's not...
2005-04-17 Martin MaresFixed a typo (thanks, Robert).
2005-04-17 Martin MaresFix "-CONFIG_SWITCH" parameters.
2005-04-15 Martin MaresFix illegal operations with va_list's.
2005-04-14 Martin MaresFixed a couple of mismatches in setting of CONFIG_LARGE...
2005-04-14 Martin MaresMoved endianity settings etc. to the per-CPU section.
2005-04-13 Martin MaresFixed a typo.
2005-04-12 Martin MaresAnother Big Move -- moved most files specific for centr...
2005-04-12 Martin MaresRemoved the old configuration mechanism.
2005-04-12 Martin MaresEven better CPU checks, this time taking into account...
2005-04-12 Martin MaresFixed bug in parsing of options.
2005-04-12 Martin MaresConfigure: CPU type autodetection.
2005-04-12 Martin MaresAutomatic detection of host OS and also partial automat...
2005-04-12 Martin MaresUnfortunately, CONFIG_MORFEO is here to stay.
2005-04-12 Martin MaresDistinguish between CONFIG_DEBUG and CONFIG_DEBUG_TOOLS...
2005-04-12 Martin MaresMore progress on the new configurator. All configuratio...
2005-04-12 Martin MaresSwitched to the new config mechanism. Greatly simplified.
2005-04-12 Martin MaresMore pieces of new configure.
2005-04-12 Martin MaresAdded first pieces of the new configuration mechanism...
2005-04-11 Martin MaresRewritten Makefiles to support separated source and...
2005-04-04 Martin MaresDon't use prefetch on Pentium 4, it actually gives...
2005-04-02 Martin MaresAdded qache_probe().
2005-04-02 Martin MaresAdded `u8' and `s8' to keep consistency.
next