catalinux / Conn (public) (License: LGPLv2) (since 2016-03-01) (hash sha1)
Net library for easy building ipv4/ipv6 network daemons/clients
List of commits:
Subject Hash Author Date (UTC)
Changed my e-mail address and URL. 9353a5fd0cad934232e41b23ee10872f33df2da1 Catalin(ux) M. BOIE 2008-07-04 09:13:10
Updated .gitignore. c40b1c4bf37a2b43804e39444571110eb79be466 Catalin(ux) M. BOIE 2008-07-04 09:07:56
Added .gitignore for examples directory. fc20d411e784066c30e3abe3d77989168fca1ee9 Catalin(ux) M. BOIE 2008-07-04 09:07:33
Added Conn_get_line. 5916ac4c9544d242a21ac50178efae893dff4806 Catalin(ux) M. BOIE 2008-07-04 08:59:27
Prepared to use duilder (my custom builder). 058d181795e64c0d1a82d587e7b1d858b7af87b2 Catalin(ux) M. BOIE 2008-03-21 13:37:19
Populated .gitignore file. e549ac0271ac654f039d5a04a0708d25030b0ed6 Catalin(ux) M. BOIE 2008-03-21 13:12:49
Replaced umbrella with embedromix. 6b6671cce7f0a2c98ac27705ad638c4e1bc52213 Catalin(ux) M. BOIE 2007-10-03 21:56:40
Incremented revision. e79bace79bb15f59133841a144ef1ff04e516cd5 Catalin(ux) M. BOIE 2007-10-03 21:55:25
Changed changelog. 00c9dba4e97d924299fd992ff8f4e20fce5c770e Catalin(ux) M. BOIE 2007-10-03 20:43:21
First import. 5ad0e7b8aa527aaebab52c53b45c36257fce5d0a Catalin(ux) M. BOIE 2007-10-03 20:20:26
Commit 9353a5fd0cad934232e41b23ee10872f33df2da1 - Changed my e-mail address and URL.
Author: Catalin(ux) M. BOIE
Author date (UTC): 2008-07-04 09:13
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2008-07-04 09:13
Parent(s): c40b1c4bf37a2b43804e39444571110eb79be466
Signing key:
Tree: ebc998b426a36846fea6c638a5d40de819eca1ee
File Lines added Lines deleted
Conn.c 1 1
Conn.spec.in 3 3
File Conn.c changed (mode: 100644) (index 4fd125b..fdc5bb1)
1 1 /* /*
2 * Author: Catalin(ux aka Dino) BOIE <catab at umbrella.ro>
2 * Author: Catalin(ux) M BOIE <catab at embedromix.ro>
3 3 * Date: 2004 * Date: 2004
4 4 * Description: Some functions to help writing network servers and clients, * Description: Some functions to help writing network servers and clients,
5 5 * both ipv4 and ipv6. * both ipv4 and ipv6.
File Conn.spec.in changed (mode: 100644) (index 3b4f683..64b1bad)
... ... Version: @VER@
4 4 Release: @REV@ Release: @REV@
5 5 License: LGPL License: LGPL
6 6 Group: Applications/Network Group: Applications/Network
7 Source: http://kernel.umbrella.ro/us/Conn/%{name}-%{version}.tar.gz
8 URL: http://kernel.umbrella.ro/us/
9 Packager: Catalin(ux aka Dino) BOIE <catab@umbrella.ro>
7 Source: http://kernel.embedromix.ro/us/Conn/%{name}-%{version}.tar.gz
8 URL: http://kernel.embedromix.ro/us/
9 Packager: Catalin(ux) M BOIE <catab@embedromix.ro>
10 10 BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
11 11
12 12
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/Conn

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

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

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