List of commits:
Subject Hash Author Date (UTC)
Do not log IP. For IPv6 is eating a whole line. Session is enough. aae5180a3eed608170972b9a49bf19be37353141 Catalin(ux) M. BOIE 2011-03-18 04:07:53
Another bulk update. 9578a66fd047f044525e37469e6fc1db052ad486 Catalin(ux) M. BOIE 2011-03-16 04:27:24
Another bulk commit. 2ad8a84b27b80b66efa680f778dbf562d08da099 Catalin(ux) M. BOIE 2011-03-15 04:10:24
Bulk changes. 71ffd566d62b019302ffaeebaae0ab5edddc93d3 Catalin(ux) M. BOIE 2011-03-05 23:42:55
Bulk changes. 4a55c6d1cbe7d70e3982412d93c451d1f22e9448 Catalin(ux) M. BOIE 2011-03-04 21:57:58
Added license file, main page and first css. be67fd56b67c6bafb054aed02500a597c33b7f5d Catalin(ux) M. BOIE 2011-03-03 22:56:43
First commit. 2fc4ec92c9f0d2c12df8a8f1b4a7ec1801bce3d6 Catalin(ux) M. BOIE 2011-03-03 22:45:10
Commit aae5180a3eed608170972b9a49bf19be37353141 - Do not log IP. For IPv6 is eating a whole line. Session is enough.
Author: Catalin(ux) M. BOIE
Author date (UTC): 2011-03-18 04:07
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2011-03-18 04:07
Parent(s): 9578a66fd047f044525e37469e6fc1db052ad486
Signer:
Signing key:
Signing status: N
Tree: 6ae5289954e3a9f71ef602931202fc4db7fc62b9
File Lines added Lines deleted
inc/xlog.inc.php 0 2
File inc/xlog.inc.php changed (mode: 100644) (index c7b2caa..4473d19)
... ... function xlog($str)
25 25 } }
26 26
27 27 $buf = date("Y-m-d H:i:s"); $buf = date("Y-m-d H:i:s");
28 if (!empty($_SERVER['REMOTE_ADDR']))
29 $buf .= " " . $_SERVER['REMOTE_ADDR'];
30 28 $buf .= " " . $_xlog_sid . " " . $str . "\n"; $buf .= " " . $_xlog_sid . " " . $str . "\n";
31 29
32 30 fwrite($_xlog_fd, $buf); fwrite($_xlog_fd, $buf);
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