List of commits:
Subject Hash Author Date (UTC)
Minor corrections dc3ce904f00ce5903ac5614ac870a0529d22ee4a Catalin(ux) M. BOIE 2017-07-10 20:55:03
state_get: Return empty if the state table does not exists 35822bff104ba2133f29a0a69cff4603d990a721 Catalin(ux) M. BOIE 2017-07-09 19:18:11
duilder: add 'samples' dir to the docs 8762f7dbfcec1f3ed5d6d7ba7dbf0ed547a894b7 Catalin(ux) M. BOIE 2017-07-09 06:54:06
Bump version to 0.70 a3524c87b21d22d734626503683e80e51abd574c Catalin(ux) M. BOIE 2017-07-09 06:40:24
Added nginx next to apache 982e6536f5204a07c939b01229784a46c18cdada Catalin(ux) M. BOIE 2017-07-09 06:38:55
rg_exec: when stdout closes, we should not try to get input anymore from the external program b550d45c19c48235eddbd5b6fdcadcec2689065b Catalin(ux) M. BOIE 2017-07-09 06:38:32
Small corrections 68c2120f6bb1cd04e3c35b18fee8c2ce89c525bb Catalin(ux) M. BOIE 2017-07-09 06:36:59
tests: deal with the case when ControlMaster is not 'no' 7fc439c93b2e9df218292d20fbe50606d770955f Catalin(ux) M. BOIE 2017-07-09 06:35:36
Do not use http_host anymore af14b07381106cbc015aa6620d587b7e64ce7ed5 Catalin(ux) M. BOIE 2017-07-09 06:34:32
ssh_host and git_host must not depend on http host 4677add26d7c03541cdd412d9fdc420ec79867b2 Catalin(ux) M. BOIE 2017-07-09 06:31:52
TODO: some updates 5b264972f3127c9fcceab83014598957d4dd38b1 Catalin(ux) M. BOIE 2017-07-09 06:30:32
duilder: add also samples directory e5c3dc7c1dc5db3062705838082d96e0579e42db Catalin(ux) M. BOIE 2017-07-09 06:29:34
More debugging added to webhooks 87d72dd3b50917b04e072d95ca22a0d639853701 Catalin(ux) M. BOIE 2017-07-09 06:28:38
Anonymize also admin init parameters 18786c9c9c1329e08f07120aa8a8d93a9630989b Catalin(ux) M. BOIE 2017-07-06 18:37:28
Activate the caching also for HTTP/2.0 063b7e36532874272048f1d193176499e834b0a0 Catalin(ux) M. BOIE 2017-07-06 18:24:34
Improve host name auto-detection problems to work in VM env b56dd82ac1db3ca2cc4478af65b27909f05dd228 Catalin(ux) M. BOIE 2017-07-06 17:58:10
compare: added number of lines c847d9da61749de86ffa0199f26cd68f4b80cc3a Catalin(ux) M. BOIE 2017-07-06 17:53:57
Added a make target to compute the number of lines 8695380c12480b1b7b8bc9c5f1ec63a115742d9f Catalin(ux) M. BOIE 2017-07-06 17:53:16
tests: fixed wh_http - time race closed 8f182423103c8fc2a4be10840b08be0564e2c814 Catalin(ux) M. BOIE 2017-07-02 07:01:12
Add texts about the under age and about what laws you have to respect 65af692eec97a62e7c2212e558aa3b6bc4d925ba Catalin(ux) M. BOIE 2017-07-01 20:21:06
Commit dc3ce904f00ce5903ac5614ac870a0529d22ee4a - Minor corrections
Author: Catalin(ux) M. BOIE
Author date (UTC): 2017-07-10 20:55
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2017-07-10 20:55
Parent(s): 35822bff104ba2133f29a0a69cff4603d990a721
Signing key:
Tree: 182709ff3a32a0004c4d29f14b018fbfa509fac5
File Lines added Lines deleted
debian/docs 1 1
docker/TODO 1 0
inc/struct.inc.php 1 0
inc/util.inc.php 1 0
File debian/docs changed (mode: 100644) (index 0e08507..30247e8)
... ... Changelog
3 3 Changelog-last Changelog-last
4 4 TODO TODO
5 5 AUTHORS AUTHORS
6 samples
6 samples
File docker/TODO changed (mode: 100644) (index 3a8547a..bec9ff1)
1 1 [ ] Fix rocketgit link [ ] Fix rocketgit link
2 2 [ ] Specify docker build http://... [ ] Specify docker build http://...
3 [ ] What about the composer file?
3 4 [ ] [ ]
File inc/struct.inc.php changed (mode: 100644) (index de3d953..e72dbf1)
... ... function rg_sql_struct_run($db, $flags, $old_schema_ver)
667 667
668 668 /* /*
669 669 * Returns current version of the schema. * Returns current version of the schema.
670 * FALSE on error.
670 671 */ */
671 672 function rg_sql_struct_get_current_ver($db) function rg_sql_struct_get_current_ver($db)
672 673 { {
File inc/util.inc.php changed (mode: 100644) (index 79ed7cd..8177480)
... ... function rg_util_set_error($str)
13 13 { {
14 14 global $rg_util_error; global $rg_util_error;
15 15 $rg_util_error = $str; $rg_util_error = $str;
16 rg_log('util_set_error: ' . $str);
16 17 } }
17 18
18 19 function rg_util_error() function rg_util_error()
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/catalinux/rocketgit

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/catalinux/rocketgit

Clone this repository using git:
git clone git://git.rocketgit.com/user/catalinux/rocketgit

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main