summary refs log tree commit diff
path: root/src/mkbuiltins (unfollow)
Commit message (Expand)Author
2007-10-04[PARSER] Size optimisations in parameter expansion parserHerbert Xu
2007-10-04[PARSER] Fix parsing of ${##1}Herbert Xu
2007-10-04[BUILD] Add --enable-static option to configure.Alexey Gladkov
2007-09-26[PARSER] Recognise here-doc delimiters terminated by EOFHerbert Xu
2007-09-26[EXPAND] Refresh stack pointers after makestrspace in _rmescapesRoy Marples
2007-09-25[MAN] Clarify syntax of the for commandGerrit Pape
2007-09-25[MAN] Clarify description of -nt, -ot options to test builtinGerrit Pape
2007-09-25[EXPAND] Move parse-time quote flag detection to run-timeHerbert Xu
2007-09-25[EXPAND] Do not expand tilde in parameter expansion within quotesHerbert Xu
2007-09-24[PARSER] Remove arithmetic expansion collapsing at parse timeHerbert Xu
2007-09-24[PARSER] Remove superfluous dblquote settings when ending arithHerbert Xu
2007-09-24[PARSER] Remove superfluous arinest test for dqvarnestHerbert Xu
2007-09-24[PARSER] Remove superfluous arinest test in CENDQUOTEHerbert Xu
2007-09-24[EXPAND] Perform tilde expansion in all parameter expansion wordsHerbert Xu
2007-09-24[EXPAND] Do not quote back slashes in parameter expansions outside quotesHerbert Xu
2007-09-22[BUILTIN] test: little size and speed optimizationsOleg Verych
2007-09-22[BUILTIN] test: White space fixesOleg Verych
2007-09-22[SHELL] Move flushall to the point just before _exitHerbert Xu
2007-09-22[SHELL] Restore foreground process group on exitHerbert Xu
2007-07-12Release 0.5.4.Herbert Xu
2007-05-12[REDIR] Size optimisations in redir.cHerbert Xu
2007-05-12[REDIR] Fix redirect restore on saved file descriptorsHerbert Xu
2007-05-12[REDIR] Remove redundant CLOEXEC callsHerbert Xu
2007-05-12[REDIR] Replace copyfd by savefd and use dup2 elsewhereHerbert Xu
2007-05-06[EVAL] Use dup2 instead of copyfd in evalbackcmdHerbert Xu
2007-05-06[REDIR] Remove EMFILE special caseHerbert Xu
2007-05-06[PARSER] Remove unnecessary inclusion of redir.hHerbert Xu
2007-05-05[PARSER] Fix typo in commentHerbert Xu
2007-04-28[BUILTIN] Fix mkbuiltin sort orderHerbert Xu
2006-10-22[BUILTIN] Fixed command -v segmentation faultHerbert Xu
2006-10-13[SYSTEM] Check return code for getgroups and fwriteAlexey Gladkov
2006-10-04[EXPAND] Fixed inverted char class matchingHerbert Xu
2006-05-23[BUILD] Added --with-libedit option to configureAlexey Gladkov
2006-04-23[PARSER] Only use signed char for syntax arraysHerbert Xu
2006-03-29[PARSER] Use alloca to get rid of setjmpHerbert Xu
2006-03-29[PARSER] Removed useless parsebackquote flagHerbert Xu
2006-01-12[EVAL] Make eval with empty arguments return 0 Herbert Xu
2005-11-26Release 0.5.3.Herbert Xu
2005-11-14[BUILTIN] Fix \c spillage across echo commandsHerbert Xu
2005-11-13[BUILTIN] Always call conv_escape_str in echocmdHerbert Xu
2005-11-13[MEMALLOC] Remove unnecessary truncation in _STPUTCHerbert Xu
2005-11-04[HELPER] Use mktemp if tempfile is not availableHerbert Xu
2005-10-30[JOBS] Fixed support for disabling job controlHerbert Xu
2005-10-29[SYSTEM] Fixed fallback stpcpy implementationHerbert Xu
2005-10-29[SYSTEM] Added out-of-line ctypes functions for klibcHerbert Xu
2005-10-29[SYSTEM] Include system.h for stpcpy in nodes.cHerbert Xu
2005-10-29[SYSTEM] Added dummy sysconf implementationHerbert Xu
2005-10-29[BUILTIN] Removed standalone/csh support from testHerbert Xu
2005-10-29[SYSTEM] Added dummy strtod implementationHerbert Xu
2005-10-29[BUILTIN] Removed standalone/csh support from printfHerbert Xu
>Added git as a submoduleLars Hjemli This commit adds the subdirectory 'git' as a submodule containing the git git repository, but doesn't add support for automatically cloning the submodule. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-05-09Add support for downloading single blobsLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-05-08ui-view: show pathname if specified in querystringLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-05-08Update to libgit 1.5.2-rc2Lars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-21Layout updateLars Hjemli 2007-02-08Make snapshot feature configurableLars Hjemli Snapshots can now be enabled/disabled by default for all repositories in cgitrc with param "snapshots". Additionally, any repo can override the default setting with param "repo.snapshots". By default, no snapshotting is enabled. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-08Add support for snapshotsLars Hjemli Make a link from the commit viewer to a snapshot of the corresponding tree. Currently only zip-format is supported. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-05cgit v0.2Lars Hjemli Main changes since v0.1: -list tags in repo summary -allow search in log-view -read repository paths from cgitrc Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-05Add support for prefix and gitsrc arguments to 'make'Lars Hjemli This should improve the installation a little, especially since the new options are mentioned in the README. Also, add a make-rule to build the git binaries if necessary + a dependency between cgit and libgit.a. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-04Update cgitrc templateLars Hjemli Make the descriptions more helpfull. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-04Add support for lightweight tagsLars Hjemli There is nothing bad about a tag that has no tag-object, but the old code didn't handle such tags correctly. Fix it. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-04Read repo-info from /etc/cgitrcLars Hjemli This makes cgit read all repo-info from the configfile, instead of scanning for possible git-dirs below a common root path. This is primarily done to get better security (separate physical path from logical repo-name). In /etc/cgitrc each repo is registered with the following keys: repo.url repo.name repo.path repo.desc repo.owner Note: *Required keys are repo.url and repo.path, all others are optional *Each occurrence of repo.url starts a new repository registration *Default value for repo.name is taken from repo.url *The value of repo.url cannot contain characters with special meaning for urls (i.e. one of /?%&), while repo.name can contain anything. Example: repo.url=cgit-pub repo.name=cgit/public repo.path=/pub/git/cgit repo.desc=My public cgit repo repo.owner=Lars Hjemli repo.url=cgit-priv repo.name=cgit/private repo.path=/home/larsh/src/cgit/.git repo.desc=My private cgit repo repo.owner=Lars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-04Do not die if tag has no messageLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-03Fix search for non-virtual urlsLars Hjemli When cgit don't use virtual urls, the current repo and page url parameters must be included in the search form as hidden input fields. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-01-28Update README with install/config informationLars Hjemli