index
:
git-annex-gpl
master
git-annex without the AGPL
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Utility
/
WebApp.hs
Commit message (
Expand
)
Author
Age
*
now builds with both yesod 1.2 and 1.1
Joey Hess
2013-06-03
*
WIP yesod 1.2
Joey Hess
2013-06-03
*
Android: Work around Android devices where the `am` command doesn't work.
Joey Hess
2013-05-31
*
rename module
Joey Hess
2013-05-12
*
work around strange endianness bug in port number on Android
Joey Hess
2013-05-02
*
work around getAddrInfo segfault on Android
Joey Hess
2013-05-02
*
stop setting ai_addrconfig
Joey Hess
2013-05-02
*
untested browser opening on Android
Joey Hess
2013-04-18
*
allow --listen to have a port specified as well as the address
Joey Hess
2013-04-09
*
webapp: New --listen= option allows running the webapp on one computer and co...
Joey Hess
2013-04-08
*
use clientSessionBackend2 where available
Joey Hess
2013-03-10
*
simpler use of MIN_VERSION checks
Joey Hess
2013-03-10
*
webapp: Work around bug in Warp's slowloris attack prevention code, that caus...
Joey Hess
2013-03-09
*
webapp: Now always logs to .git/annex/daemon.log
Joey Hess
2013-01-15
*
webapp: Use IP address, rather than localhost
Joey Hess
2013-01-09
*
restart UI
Joey Hess
2013-01-03
*
finished where indentation changes
Joey Hess
2012-12-13
*
The standalone builds now unset their special path and library path variables...
Joey Hess
2012-11-27
*
fix warning seen on OSX, apparently something there defines a close
Joey Hess
2012-11-07
*
let's not -DOSX, that results in unwanted mangling
Joey Hess
2012-09-29
*
retry bind
Joey Hess
2012-09-27
*
prefer ipv4 localhost when both are available
Joey Hess
2012-09-18
*
import yesod qualified
Joey Hess
2012-08-30
*
support building with yesod-default 1.1.0
Joey Hess
2012-08-09
*
avoid head
Joey Hess
2012-08-05
*
fix the auto token leak on auth error page issue permanantly
Joey Hess
2012-07-29
*
much better webapp startup of the assistant
Joey Hess
2012-07-27
*
remove bogus AI_NUMERICSERV
Joey Hess
2012-07-27
*
fix OSX open call
Joey Hess
2012-07-26
*
on second thought, the session cookie is still useful to support setMessage
Joey Hess
2012-07-26
*
git annex webapp --force forces a restart of the daemon
Joey Hess
2012-07-26
*
update build deps
Joey Hess
2012-07-26
*
use the secret token for authentication, and add to all dynamic urls
Joey Hess
2012-07-26
*
generate random token and launch webapp using it
Joey Hess
2012-07-26
*
run yesod, and launch webapp on startup
Joey Hess
2012-07-25