]> git.sur5r.net Git - bacula/bacula/history - bacula/src/lib/lex.c
Make bfgets handle very long lines
[bacula/bacula] / bacula / src / lib / lex.c
2013-04-20 Kern SibbaldMake bfgets handle very long lines
2013-04-20 Kern SibbaldPull compiler warning cleanup code + other from master
2013-04-20 Eric BollengierImplement RestoreObject for sqlite + cleanups
2010-08-02 Kern SibbaldSwitch from GPLv2 to AGPLv3
2008-12-17 Eric Bollengierebl Add 64bit routine for range scan
2008-07-14 Kern Sibbaldkes Change Bacula trademark owner from John Walker...
2008-02-26 Kern SibbaldUpdate copyright
2007-12-14 Kern SibbaldApply patch from Michael Stapelberg <michael@stapelber...
2007-12-14 Kern SibbaldSkip leading | when lex input comes from a pipe as...
2007-08-19 Kern Sibbaldkes Rework projects file to be current and ready for...
2007-06-16 Kern Sibbaldkes Remove a few malloc()s from the encryption code.
2007-06-07 Kern SibbaldConvert to pure GPL v2 license.
2007-05-21 Kern Sibbaldkes Apply UTF-8/16 patch from Yves Orton <demerphq...
2007-05-20 Kern Sibbaldkes Fix tray-monitor by not requiring a timer interval...
2007-05-08 Kern Sibbaldkes Merge patch from Sergey Svishchev <svs@ropnet...
2007-04-29 Kern Sibbaldkes Reapply my bat.conf install script in qt-console...
2006-11-21 Kern SibbaldUpdate copyrights
2006-11-01 Robert NelsonIgnore UTF-8 marker at the start of .conf files.
2006-06-30 Robert NelsonMerge in all the low-risk changes from the Windows...
2006-05-05 Kern Sibbald- Correct EOF with no \n lex.c problem.
2006-04-30 Eric Bollengier- fix : reload a bad configuration file doesn't kill...
2006-04-30 Eric Bollengierfix : included config files are now using the same...
2006-04-09 Eric Bollengier- small _("print") fix for translation.
2005-08-10 Nicolas BoichatMark translatable strings in all source files.
2005-08-03 Kern Sibbald- Require 5 arguments to mtx-changer except list and...
2005-06-29 Kern Sibbald- Attempt to fix DVD writing by eliminating a number...
2005-05-10 Kern Sibbald- Add cancel() to Dir Python scripting.
2005-05-09 Kern Sibbald- Correct bug in parse_config error handling.
2005-05-01 Kern Sibbald- Fix sign extension problem in lex.c that reads UTF-8
2005-04-26 Nicolas Boichatwx-console: Improve error handling when reading configu...
2004-12-21 Kern SibbaldApply Preben 'Peppe' Guldberg <peppe@wielders.org>
2004-11-10 Kern SibbaldSave old mtx-changer before installing new one: bug 156
2004-09-07 Kern SibbaldModify scan code so that in most places scanning will
2004-06-21 Kern SibbaldPut resources on a pointer
2004-05-09 Nicolas BoichatAdded support for MacOS file format (\r used as return...
2004-05-09 Nicolas BoichatAdded support for NULL returning lex_open_file in lex_g...
2004-05-08 Nicolas Boichatparse_conf now returns a status if wanted.
2004-05-07 Nicolas Boichatlex_open_file now accepts const char* as file name.
2004-04-10 Kern SibbaldUpdate version
2004-02-18 Kern SibbaldAdd const for Solaris' C++ compiler
2004-01-17 Kern SibbaldFirst cut Console ACLs
2003-12-26 Kern SibbaldFix over-zellous restriction of chars in Names
2003-12-26 Kern SibbaldFix static console conf + restrict chars in Resource...
2003-09-21 Kern SibbaldIncrease default gnome window size + add \r to token...
2003-09-20 Kern SibbaldAdd full lenght time modifiers + require resource names...
2003-09-15 Kern Sibbaldlist nextvol + retry waitpid on intr
2003-04-05 Kern SibbaldNext cut barcode labeling
2003-03-09 Kern SibbaldIntegrate Phil's code, lex updates
2002-10-23 Kern SibbaldFirst cut 1.27 see kes23Oct02
2002-09-17 Kern SibbaldAdd start line for lex errors
2002-09-01 Kern SibbaldFix Verify Error codes, some error messages
2002-08-20 Kern SibbaldCleanup Dmsg() levels + clarify error msg
2002-08-19 Kern SibbaldFix uninitialized variables
2002-08-05 Kern SibbaldInitial Irix support
2002-06-25 Kern SibbaldBasic Restore bootstrap implemented -- kes25Jun02
2002-06-21 Kern SibbaldSolaris fixes -- kes21Jun02
2002-06-20 Kern Sibbaldlex_get_token update -- kes20Jun02
2002-06-19 Kern Sibbaldbootstrap improvements -- kes19Jun02
2002-06-15 Kern Sibbaldkes15Jun02
2002-05-19 Kern SibbaldFirst cut AutoPrune
2002-04-23 Kern SibbaldInitial revision