catalinux / ip2clue (public) (License: GPLv3) (since 2016-03-01) (hash sha1)
High-performance IPv4 and IPv6 daemon to retrieve IPv4/6 country information.
List of commits:
Subject Hash Author Date (UTC)
Corrected wrong path to config file. bcdc293ccb699c20ce3639f16c2812374b3dff88 Catalin(ux) M. BOIE 2010-07-05 14:37:21
Tests if the file exists before getting mtime. 43044a8d442884e20ba866f0f92bf655bc02b131 Catalin(ux) M. BOIE 2010-07-05 14:36:51
Initial version (0.0.90). 5807f4955d446127a7b873f5f3918f408ab93fff Catalin(ux) M. BOIE 2010-07-01 15:39:22
Commit bcdc293ccb699c20ce3639f16c2812374b3dff88 - Corrected wrong path to config file.
Author: Catalin(ux) M. BOIE
Author date (UTC): 2010-07-05 14:37
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2010-07-05 14:37
Parent(s): 43044a8d442884e20ba866f0f92bf655bc02b131
Signing key:
Tree: 3a53c8c94e4ca3412e860233c980cc9f9431704f
File Lines added Lines deleted
ip2clued.c 1 1
File ip2clued.c changed (mode: 100644) (index 7092094..cc7a2b2)
... ... static FILE *Logf = NULL;
16 16 static char *log_file = "ip2clued.log"; static char *log_file = "ip2clued.log";
17 17
18 18 /* conf stuff */ /* conf stuff */
19 static char *conf_filename = "/etc/ip2clue/ip2clue.conf";
19 static char *conf_filename = "/etc/ip2clue/ip2clued.conf";
20 20 static char *conf_datadir; static char *conf_datadir;
21 21 static char *conf_files; static char *conf_files;
22 22 static char *conf_format; static char *conf_format;
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/ip2clue

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

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

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