index
:
apt.git
1.4.y+ios
1.8.2.z+ios
1.8.2.z+ios+json
1.8.y+ios
1.8.y+ios+json
cydia
master
sille-apt
Saurik's version of apt managed for tvOS/ARM64
Sam Bingner
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
interactive-helper
Age
Commit message (
Expand
)
Author
2014-03-13
cleanup headers and especially #includes everywhere
David Kalnischkies
2014-03-13
warning: unused parameter ‘foo’ [-Wunused-parameter]
David Kalnischkies
2014-03-13
warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
David Kalnischkies
2014-03-13
warning: no previous declaration for foobar() [-Wmissing-declarations]
David Kalnischkies
2014-02-14
report https download start only if we really get it
David Kalnischkies
2014-01-16
correct some style/performance/warnings from cppcheck
David Kalnischkies
2013-11-30
tests: add a webserverconfig method to abstract config
David Kalnischkies
2013-11-30
webserver: use pthreads to handle multiple clients
David Kalnischkies
2013-11-30
webserver: strip parameters from filename
David Kalnischkies
2013-11-30
webserver: add directoryIndex support defaulting to index.html
David Kalnischkies
2013-11-30
webserver: implement ~user access to ~user/public_html/
David Kalnischkies
2013-11-30
webserver: spurious newline after data confuses curl
David Kalnischkies
2013-09-30
add Range and If-Range support in the webserver
David Kalnischkies
2013-09-30
access _config via GET requests in the webserver
David Kalnischkies
2013-07-26
request absolute URIs from proxies again (0.9.9.3 regession)
David Kalnischkies
2013-06-24
simple fork and pidfile aptwebserver
David Kalnischkies
2013-06-20
trigger NODATA error for invalid InRelease files
David Kalnischkies
2013-06-20
simple URI rewrite rules config for webserver
David Kalnischkies
2013-06-20
add directory listing to the webserver
David Kalnischkies
2013-06-20
add a simple webserver for our testcases
David Kalnischkies
2013-06-09
stop building l10n if strings are unchanged
David Kalnischkies
2012-03-22
* apt-inst/database.{cc,h}, apt-inst/deb/dpkgdb.{cc,h}:
David Kalnischkies
2012-03-20
for these helpers we don't need too much checks,
David Kalnischkies
2011-09-19
use forward declaration in headers if possible instead of includes
David Kalnischkies
2011-09-19
do not pollute namespace in the headers with using (Closes: #500198)
David Kalnischkies
2011-08-17
fix 'comparison between signed and unsigned integer expressions' warning
David Kalnischkies
2011-08-17
move the networkless test to the interactive helpers as it needs
David Kalnischkies
2011-08-17
move the interactive helper to a subdirectory of test
David Kalnischkies