]> mj.ucw.cz Git - libucw.git/shortlog
libucw.git
2008-10-27 Pavel CharvatJust renamed hash_block()'s `str' parameter to `buf'.
2008-10-27 Pavel CharvatFixed few typos.
2008-10-27 Pavel CharvatFixed a typo in configuration example.
2008-10-27 Pavel CharvatMerge branch 'dev-lib' of ssh://git.ucw.cz/projects...
2008-10-27 Pavel Charvatshort_opts[] should be chars, not bytes
2008-10-26 Michal Vanerdoc system: fix "struct name;"
2008-10-26 Pavel CharvatImproved the bbcopy()'s documentation once more :)
2008-10-26 Pavel CharvatSlightly simplified bbcopy's documentation.
2008-10-26 Pavel CharvatDocumented the meaning of ~0U parameter in bbcopy().
2008-10-24 Robert Spalekucw/semaphore.h doesn't compile with gcc-4.0; the fix...
2008-10-23 Michal Vanerucw docs: Operation names, link to config
2008-10-23 Michal Vanerucw docs: fix spacing in config.html
2008-10-23 Michal Vanerucw docs: parser units
2008-10-23 Michal Vanerucw docs: cf_pool
2008-10-22 Pavel CharvatImplemented mp_restore_fast().
2008-10-22 Pavel CharvatAssert that we called mp_printf_append() on a zero...
2008-10-22 Michal Vanerucw docs: config.h -- journal & sections
2008-10-22 Michal Vanerucw docs: tweaks in conf.html
2008-10-22 Michal Vanerucw docs: CF_STRING and CF_LOOKUP types
2008-10-22 Michal Vanerucw docs: init and commit hooks described in-place
2008-10-22 Michal Vanerucw docs: multiple configuration items
2008-10-21 Martin MaresUCW doc: Fixed a typo.
2008-10-21 Martin MaresUCW doc: minor fixes to the introduction to config...
2008-10-20 Michal Vanerucw docs: complete conf.h api documentation
2008-10-20 Michal Vanerucw docs: complete getopt api docs
2008-10-20 Michal VanerDoc. system: Fix one-line structs & enums
2008-10-20 Michal Vanerucw docs: factual error about custom parsers
2008-10-20 Michal Vanerucw docs: tweaks in conf.txt
2008-10-18 Michal Vanerucw docs: Section about advanced uses of config
2008-10-07 Michal Vanerucw docs: Mempool examples
2008-10-04 Michal VanerDoc. system: fix makefile, docs is phony target
2008-10-04 Michal VanerDoc. system: fix build in libsonly distribution
2008-10-04 Michal VanerDoc. system: link docs under run directory
2008-10-03 Michal Vanerucw docs: Mempool struct internals are private
2008-10-03 Michal Vanerucw docs: fix language error
2008-10-03 Michal Vanerucw docs: fix language error
2008-10-02 Martin MaresRenamed cf_write_item() to cf_modify_item().
2008-10-01 Martin MaresMore play: Added indirect heapsort.
2008-10-01 Martin MaresJust for fun: Added heapsort to the sorting benchmark.
2008-10-01 Martin MaresForgot to adapt retros.c to the new MD5 interface.
2008-10-01 Michal VanerFix the fix of compilation
2008-10-01 Michal VanerFix compilation after writing docs
2008-10-01 Michal VanerTODO about documentation
2008-09-29 Michal Vanerucw docs: Documented mempools
2008-09-28 Michal Vanerucw docs: Some more in conf system
2008-09-28 Michal VanerDoc. system: Properly extract multiline definitions
2008-09-28 Michal VanerDoc. system: escape apostrophes in def list
2008-09-18 Michal Vanerucw docs: preprocess conf.h
2008-09-18 Michal VanerDoc. system: fix detection of pointer variables
2008-09-18 Michal VanerDoc. system: detect function typedefs
2008-09-18 Michal VanerDoc. system: stop pointer marks from boldifying
2008-09-14 Michal Vanerucw docs: configuration parser (example)
2008-09-14 Michal VanerDocument the documentation system syntax
2008-09-14 Michal VanerDoc. system: add support for typedefs
2008-09-14 Michal Vanerucw docs: hashfunc reflects the syntax change
2008-09-14 Michal Vanerucw docs: basecode reflects the syntax change
2008-09-14 Michal Vanerucw docs: fastbufs reflect the syntax change
2008-09-14 Michal VanerDoc. system: use @function() for function links
2008-09-14 Michal Vanerucw docs: fix function quoting
2008-09-13 Michal VanerMerge branch 'dev-lib' of ssh://git.ucw.cz/projects...
2008-09-13 Michal Vanerucw. docs: Update hash documentation
2008-09-13 Michal VanerDoc. system: Fix inline functions in description
2008-09-13 Michal VanerDoc. system: deflists have different formatting
2008-09-13 Martin MaresCGI.pm: More improvements to the cookie mechanism.
2008-09-13 Martin MaresCGI.pm: Cope with corrupted cookie headers.
2008-09-13 Michal VanerDoc. system: Add type sections to definition list
2008-09-13 Michal VanerDoc. system: Definition list has visible name
2008-09-13 Michal VanerDoc. system: fix semicolons
2008-09-13 Michal VanerDoc. system: No body to func. header
2008-09-13 Michal VanerDoc. system: use better anchors
2008-09-13 Michal VanerDoc. system: fix ... in function parameters
2008-09-13 Michal VanerMerge branch 'dev-lib' of ssh://git.ucw.cz/projects...
2008-09-13 Martin MaresCGI.pm: Make cookie setting headers backwards-compatible.
2008-09-13 Michal VanerMerge branch 'dev-lib' of ssh://git.ucw.cz/projects...
2008-09-13 Michal VanerDoc. system: depend on build scripts
2008-09-13 Martin MaresCGI.pm: Export URL and parameter de-escaping functions.
2008-09-13 Michal Vanerucw docs: more hash functions
2008-09-11 Martin MaresA couple of fixes to hash function documentation.
2008-09-11 Michal VanerDoc. system: recognize typedefs of structs
2008-09-11 Michal Vanerucw docs: Hash routines
2008-09-11 Michal Vanerucw docs: update basecode
2008-09-11 Michal VanerDoc. system: fix definition duplicities
2008-09-11 Michal Vanerucw docs: base64 & base224
2008-09-10 Michal VanerMerge branch 'dev-lib' of ssh://git.ucw.cz/projects...
2008-09-10 Michal VanerDoc. systems: definitions are grouped by type
2008-09-10 Michal VanerDoc. system: typo in warn message
2008-09-10 Michal Vanerb224 is deprecated by basecode
2008-09-10 Michal VanerMove ucw utils to subdirectory
2008-09-10 Michal VanerDoc. system: definitions are sorted
2008-09-10 Michal VanerDoc. system: export type and name do deflists
2008-09-10 Michal VanerDoc. system: fix semicolon handling
2008-09-10 Michal VanerDoc. system: detect type of definition
2008-09-10 Michal Vanerucw. docs: update to use doc. system features
2008-09-10 Michal VanerUCW docs: split definitions off the main index
2008-09-10 Michal VanerDoc. system: fix function anchors
2008-09-09 Martin MaresMoved some utils from utils/ to ucw/
2008-09-09 Martin MaresDoc. system: Hack around Makefile inexpressiveness.
2008-09-09 Martin MaresDoc. system: Renamed doc utilities to match local conve...
2008-09-09 Martin MaresDoc. system: Make doc target messages more similar...
2008-09-09 Martin MaresDoc. system: Avoid ":=" rules in makefiles.
next