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)
More TODO entries added/removed. eb5a15672c8adf3c3da2425582b1e842c6127b13 Catalin(ux) M. BOIE 2009-02-23 15:20:04
Minor cosmetic changes. 5955b574710254e771bbf9d81a8712033c9f1464 Catalin(ux) M. BOIE 2009-02-23 11:32:20
Added support for multiple polling engines and added epoll engine. ecf8b9c40ddae857b9d7dd72dee6596c1689db3e Catalin(ux) M. BOIE 2009-02-23 10:02:39
Duilder updates. db4999d6737f84d17c3b9aa5863483c91d6ed1a7 Catalin(ux) M. BOIE 2008-12-08 14:17:02
Bump up the version to 1.0.11. c623ba1f66e79d758d88407b6224c3574d9fd730 Catalin(ux) M. BOIE 2008-07-16 06:38:33
Added Conn_for_every_line. e7b9ae7009aa9a5cafa1f0f4e3916729f69dbb6b Catalin(ux) M. BOIE 2008-07-15 14:38:29
Bump version to 1.0.10. 4919629756fe6236e2ff75e646e612ed534353e8 Catalin(ux) M. BOIE 2008-07-04 09:23:00
Updated duilder. a20257fddc85103b43978c64d9cd4a5d4c1451ea Catalin(ux) M. BOIE 2008-07-04 09:14:18
Added SRPM_POST_RUN duilder config variable. f7c007d745d147f285ad8bc0a9bdfea3a7d832c0 Catalin(ux) M. BOIE 2008-07-04 09:13:47
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 eb5a15672c8adf3c3da2425582b1e842c6127b13 - More TODO entries added/removed.
Signed-off-by: Catalin(ux) M. BOIE <catab@embedromix.ro>
Author: Catalin(ux) M. BOIE
Author date (UTC): 2009-02-23 15:20
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2009-03-05 15:31
Parent(s): 5955b574710254e771bbf9d81a8712033c9f1464
Signing key:
Tree: 69618991943d8eeb4c5b09dda9a1b05f3458cabf
File Lines added Lines deleted
TODO 7 6
File TODO changed (mode: 100644) (index 8e95002..b97e7e3)
1 == SHOWSTOPPER ==
2 [ ] Connection expiration for epoll engine is not working!
3
4 == LOW PRIORITY ==
5
1 6 [ ] A la redir stuff [ ] A la redir stuff
2 7
3 8 [ ] Bridge 2 connections together for proxy stuff. [ ] Bridge 2 connections together for proxy stuff.
4 [ ] Use a plugin arhitecture for select/poll/epoll/etc.
5 9 [ ] Check PACKET: can we send with "send" without knowing the MAC? [ ] Check PACKET: can we send with "send" without knowing the MAC?
6 [ ] alloc nu functioneaza bine!
7 [ ] La status, input-ul nu se afiseaza corect. Sa fac un callback
8 care este apelat dupa poll.
9 10 [ ] UDP [ ] UDP
10 11 [ ] Pe ipv6 asteapta sa apas o tasta inainte de a-mi da +OK! [ ] Pe ipv6 asteapta sa apas o tasta inainte de a-mi da +OK!
11 12 [ ] Ce se intimpla daca se ajunge la ~ sfirsitul buffer-ului si nu pot inca sa [ ] Ce se intimpla daca se ajunge la ~ sfirsitul buffer-ului si nu pot inca sa
 
... ... Pentru a reduce numarul de conexiuni in TIME-WAIT:
32 33
33 34
34 35
35 [ ] Conn_data_consume '==' -> '>='
36 [ ] Replace config.h with code
37 36 [ ] Seems that if we reconnect very fast, poll is hanging. [ ] Seems that if we reconnect very fast, poll is hanging.
38 37 [ ] Add loadbalancing and failover in the base code. [ ] Add loadbalancing and failover in the base code.
39 38 [ ] Automaticaly put \0 at the end of receive data. [ ] Automaticaly put \0 at the end of receive data.
 
... ... Pentru a reduce numarul de conexiuni in TIME-WAIT:
44 43 [ ] Dump how many memory is in use vor various parts of the internal data. [ ] Dump how many memory is in use vor various parts of the internal data.
45 44 [ ] Switch to enum for easy debugging. [ ] Switch to enum for easy debugging.
46 45 [ ] Do not mix slot and id and fd in examples. [ ] Do not mix slot and id and fd in examples.
46 [ ] Test suite
47 [ ] Free memory when the number of connections is going down.
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