Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | switch define used, not android specific | Joey Hess | 2013-12-18 |
| | |||
* | port transferkeys to windows; make stopping in progress transfers work too ↵ | Joey Hess | 2013-12-10 |
| | | | | | | | | | | | | | | | (probably) transferkeys had used special FDs for communication, but that would be quite annoying to do in Windows. Instead, use stdin and stdout. But, to avoid commands like rsync stomping on them and messing up the communications channel, they're duplicated to a different handle; stdin is replaced with a null handle, and stdout is replaced with a copy of stderr. This should all work in windows too. Stopping in progress transfers may work on windows.. if the types unify anyway. ;) May need some more porting. | ||
* | warning | Joey Hess | 2013-12-10 |
| | |||
* | missing include | Joey Hess | 2013-12-10 |
| | |||
* | windows disk free space checking | Joey Hess | 2013-12-10 |
| | |||
* | squash warning | Joey Hess | 2013-12-09 |
| | |||
* | whups | Joey Hess | 2013-12-06 |
| | |||
* | didn't seem to help | Joey Hess | 2013-12-06 |
| | |||
* | fix | Joey Hess | 2013-12-06 |
| | |||
* | try to use build-in yesod socket bind code on windows (mine seems to make t ↵ | Joey Hess | 2013-12-06 |
| | | | | crash) | ||
* | add withSocketsDo to hopefully appease the windows crash report gods | Joey Hess | 2013-12-06 |
| | |||
* | weird DOS CMD shell is weird | Joey Hess | 2013-12-06 |
| | |||
* | Revert "try different syntax" | Joey Hess | 2013-12-06 |
| | | | | This reverts commit 68b8850149a2311a2953a80777d9e747a5972468. | ||
* | try different syntax | Joey Hess | 2013-12-06 |
| | |||
* | Revert "don't use writeFileProtected on windows" | Joey Hess | 2013-12-06 |
| | | | | This reverts commit 5a795c7f7b12429a7003c27e740579248c94a628. | ||
* | don't use writeFileProtected on windows | Joey Hess | 2013-12-06 |
| | | | | This was preventing the webapp from working. | ||
* | support for opening urls on windows | Joey Hess | 2013-12-06 |
| | |||
* | oop | Joey Hess | 2013-12-06 |
| | |||
* | oop | Joey Hess | 2013-12-06 |
| | |||
* | pass COLLECT_GCC_OPTIONS | Joey Hess | 2013-12-06 |
| | |||
* | same fix as android for windows getAddrInfo not working | Joey Hess | 2013-12-05 |
| | |||
* | reorg | Joey Hess | 2013-12-04 |
| | |||
* | avoid blocked indefinitely on mvar on windows | Joey Hess | 2013-12-04 |
| | | | | | by repeatedly reading lines and pausing since cannot do signal foo used on unix | ||
* | rsync special remote: Fix fallback mode for rsync remotes that use ↵ | Joey Hess | 2013-12-02 |
| | | | | hashDirMixed. Closes: #731142 | ||
* | avoid repeatedly searching path to make batch command when running transferkeys | Joey Hess | 2013-12-01 |
| | |||
* | avoid an unncessary use of the shell | Joey Hess | 2013-12-01 |
| | |||
* | assistant: Batch jobs are now run with ionice and nocache, when those ↵ | Joey Hess | 2013-12-01 |
| | | | | commands are available. | ||
* | golf | Joey Hess | 2013-11-25 |
| | |||
* | typo | Joey Hess | 2013-11-24 |
| | |||
* | Added support for quvi 0.9. Slightly suboptimal due to limitations in its ↵ | Joey Hess | 2013-11-24 |
| | | | | interface compared with the old version. | ||
* | Avoid misbehavior when addurl is used with quvi 0.9. | Joey Hess | 2013-11-22 |
| | | | | | | | | In 0.9, -v shows version, rather than controlling verbosity. Still need to port to 0.9, this just avoids massively confusing addurl when quvi prints its version and exits successfully, on urls that it cannot be used with. | ||
* | oops | Joey Hess | 2013-11-20 |
| | |||
* | add allowRead | Joey Hess | 2013-11-20 |
| | |||
* | add readFileStrictAnyEncoding | Joey Hess | 2013-11-20 |
| | |||
* | merge with git-repair | Joey Hess | 2013-11-19 |
| | |||
* | Ensure execute bit is set on directories when core.sharedrepsitory is set. | Joey Hess | 2013-11-18 |
| | |||
* | use Win32-inotify | Joey Hess | 2013-11-12 |
| | | | | May mean the watcher works on Windows. Untested. | ||
* | build assistant and watcher on windows (doesn't work yet) | Joey Hess | 2013-11-12 |
| | |||
* | refactor | Joey Hess | 2013-11-12 |
| | |||
* | squash warning | Joey Hess | 2013-11-12 |
| | |||
* | fix import for Windows | Joey Hess | 2013-11-12 |
| | |||
* | port processTranscript to Windows (suboptimal implementation) | Joey Hess | 2013-11-12 |
| | |||
* | allow to build when sandi is installed (don't use it yet) | Joey Hess | 2013-11-11 |
| | |||
* | fix quickcheck range | Joey Hess | 2013-11-01 |
| | |||
* | fix handling of schedled time of 12 PM | Joey Hess | 2013-11-01 |
| | |||
* | parse "5" as 5 seconds | Joey Hess | 2013-10-26 |
| | |||
* | make git fsck batch-capable | Joey Hess | 2013-10-22 |
| | |||
* | git-recover-repository 1/2 done | Joey Hess | 2013-10-20 |
| | |||
* | typo | Joey Hess | 2013-10-17 |
| | |||
* | avoid even trying to use nice on windows | Joey Hess | 2013-10-17 |
| |