summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtin-trivial-httpd.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: Run clang-formatColin Walters2023-05-021-5/+6
* Update FSF license notices to use URL instead of addressJoseph Marrero2021-12-071-3/+1
* Add SPDX-License-Identifier to source filesMarcus Folkesson2018-01-301-0/+2
* ostree: move flags into command struct, pass down through builtinsRuixin Bao2017-10-201-1/+1
* tree-wide: Remove Emacs modelinesColin Walters2017-09-211-2/+1
* Split trivial-httpd into separate binaryColin Walters2017-01-041-622/+10
* pull: Add support for `http-headers` optionColin Walters2016-11-161-1/+32
* trivial-httpd: Add support for checking cookiesSjoerd Simons2016-11-051-0/+39
* trivial-httpd: Port mostly to fd-relativeColin Walters2016-10-051-43/+57
* trivial-httpd: prepend timestamp in log fileJonathan Lebon2016-08-311-2/+8
* trivial-httpd: Fix leak of option contextColin Walters2016-07-281-5/+3
* tests: Add some test coverage of repeated pulls w/HTTP 500sColin Walters2016-07-081-0/+24
* trivial-httpd: Add __attribute__((format))Colin Walters2016-05-071-0/+3
* trivial-httpd: Add a --log-file optionKrzesimir Nowak2016-04-221-2/+71
* trivial-httpd: Remove useless codeKrzesimir Nowak2016-04-191-3/+0
* libglnx porting: Use glnx_set_error_from_errnoColin Walters2016-03-231-3/+2
* trivial-httpd: Avoid SoupBuffer when there's no contentMatthew Barnes2015-11-231-8/+12
* repo: Never delete .commitmeta filesMatthew Barnes2015-11-231-1/+2
* trivial-httpd: add option to specify the portGiuseppe Scrivano2015-05-071-2/+4
* trivial-httpd: fix indentationGiuseppe Scrivano2015-05-071-11/+11
* Use glnx_unref_object instead of gs_unref_objectMatthew Barnes2015-05-061-1/+1
* Use g_autoptr() for GIO object typesMatthew Barnes2015-05-061-4/+4
* Use g_autofree instead of gs_freeMatthew Barnes2015-05-061-6/+6
* Port to libgsystem errno API, hard depend on 2014.3Colin Walters2015-01-041-1/+1
* trivial-httpd: use PR_SET_PDEATHSIG by defaultColin Walters2014-12-081-1/+18
* Refactor command-line parsingMatthew Barnes2014-11-241-4/+3
* http: set the HTTP status on directory listingGiuseppe Scrivano2014-10-071-0/+1
* trivial-httpd: Another followup fix - need to listen on all interfacesColin Walters2014-10-061-1/+1
* trivial-httpd: Further fixes for previous commitColin Walters2014-09-251-3/+4
* Followup to SoupServer port deprecationColin Walters2014-09-251-2/+24
* Work around deprecation of SoupServer's port propertyColin Walters2014-09-091-0/+6
* trivial-httpd: flush after writing the port to stdoutOwen W. Taylor2014-05-051-1/+4
* Fix warnings about unused variablesTobias Hunger2013-08-301-1/+0
* trivial-httpd: Add missing include for shutdown() on eglibcColin Walters2013-08-261-0/+2
* trivial-httpd: Close the socket when sending partial filesJeremy Whiting2013-08-261-9/+49
* main: Code cleanup by passing OstreeRepo * directly to builtinsColin Walters2013-08-251-1/+1
* trivial-httpd: Handle the autoexit case when the docroot is a symlinkVivek Dasmohapatra2013-08-231-1/+17
* trivial-httpd: Close stdout & stdin so $() can capture output when daemonizedVivek Dasmohapatra2013-08-231-0/+3
* trivial-httpd: Handle -p - as meaning write-port-to-stdoutVivek Dasmohapatra2013-08-231-2/+4
* Use { 0, } for structure initialization rather than memset()Colin Walters2013-08-181-3/+1
* trivial-httpd: Add --force-range-requests option to force range requestsJeremy Whiting2013-08-141-1/+16
* Install a shared libraryColin Walters2013-07-261-0/+1
* main: Move GCancellable to toplevelColin Walters2013-07-161-2/+1
* ostree: Some header file cleanupsColin Walters2013-07-091-6/+0
* Add "trivial-httpd" builtin, use it in testsColin Walters2013-07-051-0/+348