]> mj.ucw.cz Git - libucw.git/history - ucw/perl
Updated TODO
[libucw.git] / ucw / perl /
2012-02-18 Martin MaresConfigure: Update copyrights
2012-02-18 Martin MaresConfigure: Removed references to SHERLOCK_VERSION
2012-02-18 Martin MaresConfigure: Simplified radix sorter configuration
2012-02-18 Martin MaresConfigure: Moved LibUCW specific Darwin hacks to the...
2012-02-18 Martin MaresConfigure: Replaced dark magic in CPU detection by...
2012-02-11 Martin MaresTimer: Use monotonic clock on Linux
2012-02-11 Martin MaresConfig: Regularized configuration of regex libs
2012-02-11 Martin MaresConfig: Removed reference to MAX_WORD_(BYTES|CHARS)
2012-02-11 Martin MaresConfig: Update the filtering rules for autoconf.h
2012-02-11 Martin MaresConfig: Split CONFIG_UCW_DEBUG off CONFIG_DEBUG
2012-02-11 Martin MaresConfig: Moved CONFIG_LARGE_FILES to UCW namespace,...
2012-02-11 Martin MaresConfig: CONFIG_DIRECT_IO moved to UCW namespace
2012-02-11 Martin MaresMerge branch 'dev-trans'
2011-11-22 Martin MaresUCW::CGI: Updated copyright
2011-11-22 Martin MaresUCW::CGI: Use "//" instead of "||" where appropriate
2011-11-22 Martin MaresUCW::CGI: Report all errors by proper HTTP status codes
2011-08-15 Martin MaresUCW::CGI: "; boundary=..." is also valid syntax
2011-08-15 Martin MaresUCW::CGI: Cosmetic changes in capitalization of HTTP...
2011-07-31 Martin MaresUCW::CGI: Implemented UTF-8 mode (compatible with ...
2011-02-27 Martin MaresMerge branch 'dev-mainloop'
2010-10-07 Martin MaresUCW::Configure::C: de-reference CPU_ARCH in COPT
2010-08-31 Martin MaresUCW::CGI: Fixed a regression in processing of multiple...
2010-08-18 Martin MaresMain: Unified support for poll and epoll
2010-08-18 Martin MaresUCW::CGI: No deescaping should be applied to multipart...
2010-08-18 Martin MaresUCW::CGI: Bug fixes
2010-08-18 Martin MaresUCW::CGI: html_escape() should escape single quotes...
2010-08-18 Martin MaresUCW::CGI: Support multiple argument tables
2010-07-22 Martin MaresConfigure: Improved TestCompile, so that the temporary...
2010-07-22 Martin MaresUse thread-local storage of GCC 4.x
2010-07-22 Martin MaresConfigure: Implemented running of test programs
2010-07-22 Martin MaresConfigure: Better reporting of test results
2009-11-23 Martin MaresUCW::CGI -- fixed a bug in parsing of boundaries
2009-06-02 Daniel FialaAdded MAX_WORD_BYTES and MAX_WORD_CHARS to ucw/autoconf.h .
2009-03-07 Martin MaresConfigure: Check for pkg-config before using it.
2009-02-04 Robert SpalekMerge branch 'master' into dev-lib
2009-01-27 Pavel CharvatMerge branch 'v3.12.4'
2009-01-25 Martin MaresUCW Configure: Evaluate INSTALL_xxx at time of configur...
2008-11-30 Michal VanerRemove left-over NOP code
2008-11-30 Michal VanerBetter names for direct IO switches
2008-11-30 Michal VanerTurn off CONFIG_DIRECT when needed
2008-11-30 Michal VanerRevert "Fail when O_DIRECT requested on Darwin"
2008-11-28 Michal VanerFail when O_DIRECT requested on Darwin
2008-11-28 Robert Spalekmake Sherlock compilable on Darwin without hacks due...
2008-11-27 Robert Spalekfixing my previous patch according to MJ's comments
2008-11-27 Robert Spalekmake regex and asciidoc work on Darwin without hacking
2008-11-27 Robert Spalekmake Sherlock compilable on Darwin without hacks due...
2008-11-16 Martin MaresConfigure: merged recognition of Nocona CPU's from...
2008-11-16 Martin MaresMerge branch 'master' into dev-lib
2008-11-09 Martin MaresConfigure: A better test for architecture type.
2008-11-09 Martin MaresBuild: Renamed BUILDSYS_PATH to BUILDSYS to make it...
2008-11-09 Michal VanerConfigure module to find the build system
2008-11-09 Michal VanerInstall rest of UCW perl modules
2008-11-08 Michal VanerInstall UCW perl modules
2008-11-07 Michal VanerStore path to perl modules into pkgconfig
2008-11-04 Michal VanerMerge branch 'dev-lib' of ssh://git.ucw.cz/projects...
2008-11-04 Martin MaresConfigure: Prepare for installation of Configure modules.
2008-11-03 Martin MaresConfigure: Moved interaction with pkg-config to a separ...
2008-11-03 Martin MaresConfigure: Moved interaction with pkg-config to a separ...
2008-11-03 Martin MaresConfigure: Some versions of asciidoc print the version...
2008-10-31 Michal VanerDoc system: Check for asciidoc only when needed
2008-10-31 Michal VanerDoc system: Typos
2008-10-31 Michal VanerDoc system: Detect asciidoc
2008-10-31 Michal VanerDoc system: install if CONFIG_DOC
2008-10-30 Michal VanerMerge branch 'dev-lib' of ssh://git.ucw.cz/projects...
2008-10-30 Martin MaresMerge branch 'dev-free' into dev-lib
2008-10-30 Martin MaresLibUCW: Export version of the libraries as well as...
2008-10-30 Martin MaresLibUCW: Entrust generation of ucw/autoconf.h to the...
2008-10-30 Martin MaresConfigure: Enabled strict mode and localized @cpu.
2008-10-30 Martin MaresConfigure: Replaced debPrint() by DebugDump().
2008-10-30 Martin MaresConfigure: Fixed a silly typo.
2008-10-30 Martin MaresConfigure: Introduce AtWrite hooks and handle autoconf...
2008-10-30 Martin MaresConfigure: Added a mechanism for registering post-confi...
2008-10-30 Martin MaresMoved *_IS_MMAP to CONFIG_UCW_* namespace.
2008-10-30 Martin MaresSlightly better names for configuration modules.
2008-10-17 Michal VanerPut configuration value to better place
2008-10-17 Michal VanerRemove useless debug print
2008-10-08 Michal VanerChange configure scripts to modules
2008-10-08 Michal VanerMove UCW perl modules to their directory
2008-09-13 Michal VanerMerge branch 'dev-lib' of ssh://git.ucw.cz/projects...
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 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 Martin MaresCGI.pm: Export URL and parameter de-escaping functions.
2008-08-25 Martin MaresConfigure: Fixed a bug in error handling.
2008-07-27 Martin MaresConfigure: Avoid dashes in names of variables.
2008-07-14 Martin MaresThe big move. Step #1: Move whole lib/ to ucw/.