2024-05-26 |
Stefan Sperling | remove a redundant bounds check which gets elided by...
|
commit | commitdiff | tree |
2024-05-26 |
Stefan Sperling | remove http client support from TODO list
|
commit | commitdiff | tree |
2024-05-26 |
Stefan Sperling | fix missing error return in read_packed_object() on...
|
commit | commitdiff | tree |
2024-05-26 |
Stefan Sperling | fix wrong errno check in bufio_close_sync()
|
commit | commitdiff | tree |
2024-05-26 |
Stefan Sperling | log hostname and port when gotd notification helpers...
|
commit | commitdiff | tree |
2024-05-26 |
Stefan Sperling | gotd regress also needs p5-httpd-daemon
|
commit | commitdiff | tree |
2024-05-26 |
Stefan Sperling | forgot to hook up the new tests added with fix for...
|
commit | commitdiff | tree |
2024-05-26 |
Stefan Sperling | fix Date header generated by got-notify-email
|
commit | commitdiff | tree |
2024-05-26 |
Stefan Sperling | display abbreviated commit/tag IDs in email notification...
|
commit | commitdiff | tree |
2024-05-26 |
Stefan Sperling | fix empty notification messages with multiple gotd...
|
commit | commitdiff | tree |
2024-05-09 |
Stefan Sperling | mark gotd http-notifications todo item as done
|
commit | commitdiff | tree |
2024-05-06 |
Stefan Sperling | don't leak the existence of gotd repositories to unrelated...
|
commit | commitdiff | tree |
2024-05-06 |
Stefan Sperling | in gotd.8 add an example which illustrates how to create...
|
commit | commitdiff | tree |
2024-05-06 |
Stefan Sperling | gotd regress: fix tests which started failing as of...
|
commit | commitdiff | tree |
2024-05-06 |
Stefan Sperling | gotd regress: drop redundant test_ prefix from test...
|
commit | commitdiff | tree |
2024-05-06 |
Stefan Sperling | fix expected BINDIR when running gotd regress in release...
|
commit | commitdiff | tree |
2024-05-06 |
Stefan Sperling | in got.1 EXAMPLES, mention how files can be moved or...
|
commit | commitdiff | tree |
2024-05-06 |
Stefan Sperling | show hint about update -b if the user attempts to rebase...
|
commit | commitdiff | tree |
2024-05-05 |
Stefan Sperling | bump version number
|
commit | commitdiff | tree |
2024-05-05 |
Stefan Sperling | CHANGES for 0.99
|
commit | commitdiff | tree |
2024-05-05 |
Stefan Sperling | sync dist file list
|
commit | commitdiff | tree |
2024-05-05 |
Stefan Sperling | make new pkt read timeout apply only to gotsh, not...
|
commit | commitdiff | tree |
2024-05-05 |
Stefan Sperling | use polling read in got_pkt_readn() to avoid endless...
|
commit | commitdiff | tree |
2024-05-05 |
Stefan Sperling | fix an issue where 'git fetch' would error or hang...
|
commit | commitdiff | tree |
2024-05-05 |
Stefan Sperling | add a basic gotd test which uses git clone instead...
|
commit | commitdiff | tree |
2024-05-05 |
Stefan Sperling | gotd_request_timeout() should use log_warnx() since...
|
commit | commitdiff | tree |
2024-05-05 |
Stefan Sperling | prevent spurious failure of gotd test_clone_basic_access_denied
|
commit | commitdiff | tree |
2024-05-05 |
Stefan Sperling | fix wrong function name in errno error message
|
commit | commitdiff | tree |
2024-05-05 |
Stefan Sperling | attempt to fix lingering gotd processes from reading...
|
commit | commitdiff | tree |
2024-05-05 |
Stefan Sperling | ensure gotd request timeout gets armed even if no request...
|
commit | commitdiff | tree |
2024-05-05 |
Stefan Sperling | raise log level of message that is logged when a gotd...
|
commit | commitdiff | tree |
2024-05-05 |
Stefan Sperling | add default case to the switch statement in choose_patch()
|
commit | commitdiff | tree |
2024-05-05 |
Stefan Sperling | make got stage -p behave the same way in interactive...
|
commit | commitdiff | tree |
2024-05-05 |
Stefan Sperling | make gotd notifications work when 'git push' is used...
|
commit | commitdiff | tree |
2024-05-05 |
Stefan Sperling | in gotd.conf(5) use .Sq instead of .Dv when referring...
|
commit | commitdiff | tree |
2024-05-05 |
Stefan Sperling | move GOTD_ACCESS_DENIED more bits away from GOTD_ACCESS_GRANTED
|
commit | commitdiff | tree |
2024-05-05 |
Stefan Sperling | document common JSON notification object properties...
|
commit | commitdiff | tree |
2024-05-05 |
Stefan Sperling | in gotd.conf, fix markup of the branch-deleted notification...
|
commit | commitdiff | tree |
2024-04-29 |
Stefan Sperling | require -u option when invoking got-notify-http
|
commit | commitdiff | tree |
2024-04-29 |
Stefan Sperling | expose authenticated gotd user account in HTTP notifications
|
commit | commitdiff | tree |
2024-04-29 |
Stefan Sperling | redo "got-fetch-http: fix GET request URL", without...
|
commit | commitdiff | tree |
2024-04-29 |
Stefan Sperling | backout got stage -R option addition
|
commit | commitdiff | tree |
2024-04-29 |
Stefan Sperling | fix an fd leak in gotd's notify process
|
commit | commitdiff | tree |
2024-04-29 |
Stefan Sperling | revert part of previous commit; the parent process...
|
commit | commitdiff | tree |
2024-04-29 |
Stefan Sperling | prevent gotd notification process from exiting due...
|
commit | commitdiff | tree |
2024-04-29 |
Stefan Sperling | update got.conf(5) remote config example from git.g...
|
commit | commitdiff | tree |
2024-04-26 |
Stefan Sperling | fix got-fetch-http when chunked encoding is not used
|
commit | commitdiff | tree |
2024-04-25 |
Stefan Sperling | make 'got fetch' work with URLs which refer to $HOME...
|
commit | commitdiff | tree |
2024-04-25 |
Stefan Sperling | bump version number
|
commit | commitdiff | tree |
2024-04-25 |
Stefan Sperling | CHANGES for 0.98
|
commit | commitdiff | tree |
2024-04-25 |
Stefan Sperling | sync dist file list
|
commit | commitdiff | tree |
2024-04-25 |
Stefan Sperling | extend test_patch_empty_file() test coverage
|
commit | commitdiff | tree |
2024-04-25 |
Stefan Sperling | rename a function to avoid gramatical ambiguity
|
commit | commitdiff | tree |
2024-04-25 |
Stefan Sperling | ensure that test_unstage_directory calls test_done...
|
commit | commitdiff | tree |
2024-04-25 |
Stefan Sperling | make test_stage_directory pass and actually hook it...
|
commit | commitdiff | tree |
2024-04-25 |
Stefan Sperling | make got-fetch-http pass "done\n" through rather than...
|
commit | commitdiff | tree |
2024-04-25 |
Stefan Sperling | show path of got-fetch-http in execv error message
|
commit | commitdiff | tree |
2024-04-25 |
Stefan Sperling | make got-notify-email log warnings and errors to syslog
|
commit | commitdiff | tree |
2024-04-25 |
Stefan Sperling | sort includes in got-notify-http; suggested by op@
|
commit | commitdiff | tree |
2024-04-25 |
Stefan Sperling | send got-http-notify error output to syslog
|
commit | commitdiff | tree |
2024-04-25 |
Stefan Sperling | set a default port for http notifications if not specified...
|
commit | commitdiff | tree |
2024-04-25 |
Stefan Sperling | make it harder to leak notification credentials over...
|
commit | commitdiff | tree |
2024-04-25 |
Stefan Sperling | fix previous; pledge("stdio") must wait until after...
|
commit | commitdiff | tree |
2024-04-25 |
Stefan Sperling | use pledge("stdio") late in got-fetch-http, currently...
|
commit | commitdiff | tree |
2024-04-25 |
Stefan Sperling | remove dead code under DEBUG_HTTP; ok op@
|
commit | commitdiff | tree |
2024-04-25 |
Stefan Sperling | use unveil to restrict filesystem access of got-fetch...
|
commit | commitdiff | tree |
2024-04-25 |
Stefan Sperling | can drop "rpath" pledge in got-fetch-http if plaintext...
|
commit | commitdiff | tree |
2024-04-25 |
Stefan Sperling | attempt to kill http-server when tests exit abnormally
|
commit | commitdiff | tree |
2024-04-25 |
Stefan Sperling | fix test dir name
|
commit | commitdiff | tree |
2024-04-25 |
Stefan Sperling | add a basic HTTP test for 'got send', expecting failure
|
commit | commitdiff | tree |
2024-04-25 |
Stefan Sperling | add a basic test for HTTP protocol used with 'got fetch'
|
commit | commitdiff | tree |
2024-04-25 |
Stefan Sperling | drop git+ssh protocol name from documentation; Git...
|
commit | commitdiff | tree |
2024-04-25 |
Stefan Sperling | doc tweaks regarding HTTP protocol support
|
commit | commitdiff | tree |
2024-04-25 |
Stefan Sperling | document new regress dependency on p5-http-daemon
|
commit | commitdiff | tree |
2024-04-25 |
Stefan Sperling | add a basic regression test for 'got clone' over HTTP
|
commit | commitdiff | tree |
2024-04-25 |
Stefan Sperling | ensure that a pkt-line fits into read buffers used...
|
commit | commitdiff | tree |
2024-04-25 |
Stefan Sperling | add missing \n to got-fetch-http debug output
|
commit | commitdiff | tree |
2024-04-25 |
Stefan Sperling | revert my previous two commits because they broke clone...
|
commit | commitdiff | tree |
2024-04-25 |
Stefan Sperling | make got-fetch-http get_refs() understand when packet...
|
commit | commitdiff | tree |
2024-04-25 |
Stefan Sperling | log pkt lines read and written by got-fetch-http, in...
|
commit | commitdiff | tree |
2024-04-25 |
Stefan Sperling | add comments to the HTTP fetching process which clarify...
|
commit | commitdiff | tree |
2024-04-25 |
Stefan Sperling | for now, remove a workaround for http fetch that was...
|
commit | commitdiff | tree |
2024-04-25 |
Stefan Sperling | improve got-fetch-http request/response logging in...
|
commit | commitdiff | tree |
2024-04-25 |
Stefan Sperling | man page updates for HTTP clone/fetch support
|
commit | commitdiff | tree |
2024-04-25 |
Stefan Sperling | get rid of unnecessary "dns inet" pledge promises while...
|
commit | commitdiff | tree |
2024-04-18 |
Stefan Sperling | drop privileges in all parts of gotd other than the...
|
commit | commitdiff | tree |
2024-04-12 |
Stefan Sperling | remove outdated TOOD item and tweak test accordingly
|
commit | commitdiff | tree |
2024-04-12 |
Stefan Sperling | add test for read-only access on empty repository
|
commit | commitdiff | tree |
2024-04-09 |
Stefan Sperling | fix gotd notification test failures due to missing...
|
commit | commitdiff | tree |
2024-03-30 |
Stefan Sperling | small man page fix, spotted by op@
|
commit | commitdiff | tree |
2024-03-30 |
Stefan Sperling | make 'got status' display interrupted rebase, histedit...
|
commit | commitdiff | tree |
2024-03-30 |
Stefan Sperling | forgot to unveil the log message file passed to got...
|
commit | commitdiff | tree |
2024-03-30 |
Stefan Sperling | initialize and tidy up *branch_ref in got_worktree_histedit_...
|
commit | commitdiff | tree |
2024-03-30 |
Stefan Sperling | call unveil earlier in 'got tag'
|
commit | commitdiff | tree |
2024-03-30 |
Stefan Sperling | call unveil earlier in 'got histedit'
|
commit | commitdiff | tree |
2024-03-30 |
Stefan Sperling | call unveil earlier in 'got commit'
|
commit | commitdiff | tree |
2024-03-30 |
Stefan Sperling | call unveil earlier in 'got import'
|
commit | commitdiff | tree |
2024-03-30 |
Stefan Sperling | fix typo in a comment
|
commit | commitdiff | tree |
2024-03-30 |
Stefan Sperling | rename got_commit_graph_iter_start() to got_commit_graph_bfs...
|
commit | commitdiff | tree |
2024-03-30 |
Stefan Sperling | remove a confusing comment
|
commit | commitdiff | tree |