summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* Put real dates on man pagesJune McEnroe2018-09-08
* Replace gfx README with REAMDE.7June McEnroe2018-09-08
* Link gfx man pages in ~/.localJune McEnroe2018-09-08
* Add gfxx.1June McEnroe2018-09-08
* Add brot.1June McEnroe2018-09-08
* Replace README with README.7June McEnroe2018-09-07
* Add xx.1June McEnroe2018-09-07
* Add watch.1June McEnroe2018-09-07
* Add wake.1June McEnroe2018-09-07
* Add scheme.1June McEnroe2018-09-07
* Add pngo.1June McEnroe2018-09-07
* Use .Dl for examplesJune McEnroe2018-09-07
* Add pbd.1June McEnroe2018-09-07
* Add modem.1June McEnroe2018-09-07
* Add klon.6June McEnroe2018-09-07
* Pass "command ..." as one string to ArJune McEnroe2018-09-07
* Add hnel.1June McEnroe2018-09-07
* Link man pages in ~/.localJune McEnroe2018-09-07
* Symlink atch.1June McEnroe2018-09-07
* Add .Os macro to all man pagesJune McEnroe2018-09-07
* Add glitch.1June McEnroe2018-09-07
* List FRAMEBUFFER defaults in FILES sectionJune McEnroe2018-09-07
* Remove -width options from .BlJune McEnroe2018-09-07
* Add fbclock.1June McEnroe2018-09-07
* Add fbatt.1June McEnroe2018-09-07
* Revert "Add README.7"June McEnroe2018-09-07
* Add README.7June McEnroe2018-09-07
* Add dtch.1June McEnroe2018-09-07
* Add bri.1June McEnroe2018-09-07
* Add In for a World of HurtJune McEnroe2018-09-07
* Use tabs in READMEJune McEnroe2018-09-05
* Remove disown from READMEJune McEnroe2018-09-05
* Factor out pixelBits, pixelSize in glitchJune McEnroe2018-09-05
* Factor out pixelBits, pixelSize in pngoJune McEnroe2018-09-05
* Zero after mirrorJune McEnroe2018-09-05
* Simplify glitch -x -y to just zeroJune McEnroe2018-09-05
* Add glitch -x and -yJune McEnroe2018-09-05
* Add glitch -i to READMEJune McEnroe2018-09-04
* Add -i invert option to glitchJune McEnroe2018-09-04
* malloc IDAT chunks in pngo and glitchJune McEnroe2018-09-02
* Use PascalCase for constants in gfxJune McEnroe2018-09-02
* Use PascalCase for constantsJune McEnroe2018-09-02
* Remove colorcolumn at 100June McEnroe2018-09-02
* Install bc(1) on ArchJune McEnroe2018-09-02
* SendEnv LANGJune McEnroe2018-09-02
* Add New Order — TemptationJune McEnroe2018-08-27
* Add NetBSD to install.shJune McEnroe2018-08-26
* Show hostname in title over SSHJune McEnroe2018-08-24
* Alias bc='bc -l'June McEnroe2018-08-23
* Update usage of scheme in READMEJune McEnroe2018-08-20
| | | | | | | | | | | This function can be used to properly escape querystring parameter values. Signed-off-by: Lars Hjemli <hjemli@gmail.com> * | ui-snapshot.c: specify archiver_args.baselenLars Hjemli2008-10-05 |/ | | | | | | | | | The struct member was introduces in git commit d53fe8187c38, but the cgit testsuite failed to detect that cgit always generated archives without prefixes, i.e. the result from cgit_repobasename was ignored. This fixes the bug and the testsuite. Signed-off-by: Lars Hjemli <hjemli@gmail.com> * ui-diff: make diffstat header a link to the full diffLars Hjemli2008-09-23 | | | | | | | | When printing a path-filtered diff it wasn't obvious how to get back to the full diff (clicking the 'diff' tab would do this). Making the diffstat heading into a link seems to improve the usability. Signed-off-by: Lars Hjemli <hjemli@gmail.com> * ui-diff: fix links from diffstatLars Hjemli2008-09-23 | | | | | | | | | | | The links in the diffstat is supposed to work as a filter for the diff, but this only worked when a single rev was supplied, i.e. the filtered diff was always against the parent of the specified rev. With this patch it is now possible to use the diffstat as a 'filter menu' for urls like http://hjemli.net/git/cgit/diff/?id=v0.7.2&id2=v0.7.1 Signed-off-by: Lars Hjemli <hjemli@gmail.com> * Add LDFLAGS to makefile.Harley Laue2008-09-20 | | | | | | | | This will allow for creating static builds which is useful for chrooted environments. Signed-off-by: Harley Laue <losinggeneration@gmail.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com> * ui-repolist: enable filtering of repos by pathLars Hjemli2008-09-15 | | | | | | | If a repo url is specified but no exact match is found in the list of repos the url will now be used as a prefix-filter. Signed-off-by: Lars Hjemli <hjemli@gmail.com> * Add support for --scan-tree=<path> option to cgitLars Hjemli2008-09-15 | | | | | | | This option makes cgit scan a directory tree looking for git repositories, generating suitable definitions for a cgitrc file on stdout. Signed-off-by: Lars Hjemli <hjemli@gmail.com> * Teach cgit how to use PATH_INFOLars Hjemli2008-09-15 | | | | | | | | | | | This commit makes cgit use the cgi variables SCRIPT_NAME and PATH_INFO when virtual-root is unspecified in cgitrc and no url-parameter is specified on the querystring. This has two nice effects: * Virtual urls works out of the box, no more need for rewrite-rules in httpd. * Virtual urls with special querystring characters are handled correctly. Signed-off-by: Lars Hjemli <hjemli@gmail.com> * Merge branch 'lh/parsing'Lars Hjemli2008-09-15 |\ | | | | | | | | | | * lh/parsing: ui-tag: show the taggers email parsing.c: be prepared for unexpected content in commit/tag objects | * ui-tag: show the taggers emailLars Hjemli2008-09-15 | | | | | | | | | | | | If it's specified there's no point in hiding it. Signed-off-by: Lars Hjemli <hjemli@gmail.com> | * parsing.c: be prepared for unexpected content in commit/tag objectsLars Hjemli2008-09-15 | | | | | | | | | | | | | | | | When parsing commits and tags cgit made too many assumptions about the formatting of said objects. This patch tries to make the code be more prepared to handle 'malformed' objects. Signed-off-by: Lars Hjemli <hjemli@gmail.com> * | Merge branch 'ew/http_host'Lars Hjemli2008-09-15 |\ \ | |/ |/| | | | | * ew/http_host: use Host: header to generate cgit_hosturl | * use Host: header to generate cgit_hosturlEric Wong2008-09-02 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I run an instance of lighttpd for cgit behind nginx (nginx doesn't execute CGI). So the port (SERVER_PORT=33333) that lighttpd runs on sends to cgit is different from the standard port 80 that public clients connect to (via nginx). This was causing the Atom feed URL to show the private port number that lighttpd was running on. Since the HTTP/1.1 "Host" header includes the port number if running on a non-standard port, it allows non-client-facing HTTP servers to transparently generate public URLs that clients can see. So use the "Host" header if it is available and fall back to SERVER_NAME/SERVER_PORT for some clients that don't set HTTP_HOST. Signed-off-by: Eric Wong <normalperson@yhbt.net> * | Update Makefile to use GIT-1.6.0.1Lars Hjemli2008-09-03 |/ | | | | | | When updating the git submodule to 1.6.0.1 (and 1.6.0), the Makefile was left behind. This fixes it. Signed-off-by: Lars Hjemli <hjemli@gmail.com> * Use GIT-1.6.0.1Lars Hjemli2008-09-02 | | | | Signed-off-by: Lars Hjemli <hjemli@gmail.com> * ui-plain: handle subdirectoriesLars Hjemli2008-09-02 | | | | | | | | | | The callback from read_tree_recursive just needs to check the type of each tree entry; if it's a dir we want to continue scanning, if it's a regular file we'll assume it's the one we requested. And while at it, remove some stray fprintfs. Signed-off-by: Lars Hjemli <hjemli@gmail.com> * Use GIT-1.6.0Lars Hjemli2008-09-01 | * Merge branch 'lh/plain'Lars Hjemli2008-09-01 |\ | | | | | | | | | | | | * lh/plain: Supply status description to html_status() ui-tree: link to plain view instead of blob view Implement plain view | * Supply status description to html_status()Lars Hjemli2008-08-06 | | | | | | | | Signed-off-by: Lars Hjemli <hjemli@gmail.com> | * ui-tree: link to plain view instead of blob viewLars Hjemli2008-08-06 | | | | | | | | | | | | | | | | | | | | | | The urls for plain view makes it possible to download blobs without knowing their SHA1, but the function needs to be promoted and the link from tree view seems like a perfect fit. PS: Although hidden, the blob view still is nice for direct blob access so there's no point in removing it. Signed-off-by: Lars Hjemli <hjemli@gmail.com> | * Implement plain viewLars Hjemli2008-08-06 | | | | | | | | | | | | | | This implements a way to access plain blobs by path (similar to the tree view) instead of by sha1. Signed-off-by: Lars Hjemli <hjemli@gmail.com> * | Merge branch 'lh/clone'Lars Hjemli2008-09-01 |\| | | | | | | | | | | | | | | * lh/clone: Add support for cloning over http Conflicts: cmd.c | * Add support for cloning over httpLars Hjemli2008-08-06 | | | | | | | | | | | | | | This patch implements basic support for cloning over http, based on the work on git-http-backend by Shawn O. Pearce. Signed-off-by: Lars Hjemli <hjemli@gmail.com> * | cache.c: use %zd for off_t argumentLars Hjemli2008-09-01 | | | | | | | | Signed-off-by: Lars Hjemli <hjemli@gmail> * | Use GIT-1.6.0.rc1Lars Hjemli2008-08-06 | | | | | | | | | | | | | | Now that rc1 is released as a tarball `make get-git` should start working again. Signed-off-by: Lars Hjemli <hjemli@gmail.com> * | Makefile: Git dependency, take 3Lars Hjemli2008-08-06 | | | | | | | | | | | | | | | | | | | | | | | | | | In commit a1266edfe the build instructions for the git libs where moved to their real targets, which in turn depended on the phony target `git`. But since `git` is an actual directory in cgit the git libs wouldn't be recompiled when needed. So with this patch (third time lucky), cgit is declared to depend on the really phony target `libgit` and the build instructions for `libgit` is to unconditionally rebuild git/libgit.a and git/xdiff/lib.a. Signed-off-by: Lars Hjemli <hjemli@gmail.com> * | Merge branch 'lh/atom'Lars Hjemli2008-08-06 |\ \ | * | Add atom-supportLars Hjemli2008-08-01 | |/ | | | | | | | | | | | | This enables a page which generates atom feeds for the current branch and path, heavily inspired by the atom-support in gitweb. Signed-off-by: Lars Hjemli <hjemli@gmail.com> * / cgitrc: explain new local-time optionStefan Naewe2008-08-05 |/ | | | | Signed-off-by: Stefan Naewe <stefan.naewe@atlas-elektronik.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com> * Added `local-time` option to cgitrcStefan Naewe2008-08-01 | | | | | | | | | When `local-time` is set, commit, tag and patch timestamps will be printed in the servers timezone. Also, regardless of the value of `local-time`, these timestamps will now always show the timezone. Signed-off-by: Stefan Naewe <stefan.naewe@atlas-elektronik.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com> * Makefile: another take on git dependency rulesLars Hjemli2008-08-01 | | | | | | | | | | | | | | | When building cgit we depend on xdiff/lib.a and libgit.a in the git directory, but the previous attempt on describing this dependency failed since the build instructions for the libs was placed under the phony `git` target. This patch fixes the issue by moving the build instructions to their real targets. It also makes it clear that only the `cgit` target depends on the git binaries (since they're only used during linking). And while at it, the patch also cleans up the list of phony targets. Signed-off-by: Lars Hjemli <hjemli@gmail.com> * Modify default value for a few cgitrc optionsLars Hjemli2008-07-27 | | | | | | | | | | | The default max-length used when printing commit messages and repo descriptions can be increased due to the new layout (no sidebar). Also, on the repo summary page I believe it makes sense to only show the ten most recent branches and tags by default, just as it makes sense to show the ten most recent commit messages for the active branch. Signed-off-by: Lars Hjemli <hjemli@gmail.com> * Be prepared for empty repositoriesLars Hjemli2008-07-27 | | | | | | Before this patch, cgit would segfault on repositories with no refs. Signed-off-by: Lars Hjemli <hjemli@gmail.com> * ui-shared: show repo owner along with descriptionLars Hjemli2008-07-27 | | | | Signed-off-by: Lars Hjemli <hjemli@gmail.com> * ui-summary: show clone urlsLars Hjemli2008-07-27 | | | | | | | | If either repo.clone-url or clone-prefix is specified in cgitrc, all space-separated values in the config option is printed as a possible clone url on the repo summary page. Signed-off-by: Lars Hjemli <hjemli@gmail.com> * Makefile: remove the `distclean` and `emptycache` targetsLars Hjemli2008-07-22 | | | | | | The `distclean` was hardly useful while the `emptycache` was actively harmful. Signed-off-by: Lars Hjemli <hjemli@gmail.com> * Makefile: do not touch the git objects with `make clean`Lars Hjemli2008-07-22 | | | | | | | I've been avoiding `make clean` for a long time due to its eagerness to kill all the git objectfiles. Signed-off-by: Lars Hjemli <hjemli@gmail.com>