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)
Removed Changelog from .spec fb6a7fb9729da0d2bc5fae4fd5f0dd5636223754 Catalin(ux) M. BOIE 2022-10-21 16:36:27
Websocket changes + cosmetic 7438b1adf4a62d1fc5625224318a4b8922abf8c4 Catalin(ux) M. BOIE 2022-10-21 16:21:59
Fix a gcc warning a85c2219114d8b23a40901364db06580d6a40fce Catalin(ux) M. BOIE 2018-08-18 04:40:25
Notes goes under the title; title is nicer 8acce1da5bc4866b6a4bf7fb2af53750e6749a9a Catalin(ux) M. BOIE 2018-08-18 04:40:08
CSS fixes for showing source 1b96ffce7e3744972be0be246cd33d0b107a8553 Catalin(ux) M. BOIE 2018-08-17 03:42:45
Bump version to 1.0.39 9b34e52482191606aa7f92a781d5b5e33a5543c8 Catalin(ux) M. BOIE 2018-05-20 19:14:39
CSS fixes for wsdemo 7fed15a4b4a7ebc154f68a99eb413fea4726ec26 Catalin(ux) M. BOIE 2018-05-20 19:13:44
More compiler flags for security d33f9fdb57826353c755b86493c72993635b1053 Catalin(ux) M. BOIE 2018-05-20 18:56:42
grid1 is working now 0370e6808f8b89fb9ae43fc139195e76247ad6c5 Catalin(ux) M. BOIE 2018-05-12 15:31:00
Added pie2 demo (svg) e8df18b15deafdd0a810a09a251593ecd5fc608f Catalin(ux) M. BOIE 2018-04-17 21:46:02
wsdemo: added Source button 010d08897f99736b9a3f5440af71c2dc40544e68 Catalin(ux) M. BOIE 2018-04-17 17:54:53
More tweaks to wsdemo 56173807662daf36b36907d98bde751749c91075 Catalin(ux) M. BOIE 2018-04-16 18:08:18
Added a callback for worker start 32a05f401d5258f06af9db15a00a615859961cc2 Catalin(ux) M. BOIE 2018-04-16 18:07:55
wsdemo improvements 3eb3efd007fc9240ea39fabcdb4729d1367ebad2 Catalin(ux) M. BOIE 2018-04-13 22:47:24
wsdemo added 2baae01f2409496f990b6d673013b66286f0a5af Catalin(ux) M. BOIE 2018-04-02 21:41:40
Various small stuff 0c551268be734dd68a59426315abfc6ef776c60a Catalin(ux) M. BOIE 2018-04-02 21:40:49
More debugging for websocket parsing 66ccde632b280f1aa450610e6b671464b7e56451 Catalin(ux) M. BOIE 2018-04-02 21:39:23
Raise to 4096 to buffer for logging a59dee1fdfe087ff13e4c7012fe29f8da99ad75c Catalin(ux) M. BOIE 2018-04-02 21:38:11
Bump version 9b635cebfffdd6971eefef0ebad395e21684bb8a Catalin(ux) M. BOIE 2018-01-13 18:07:12
Added some more compile flags and websocket1 helper files. fce47295946106956fb70da77244d77ffca09423 Catalin(ux) M. BOIE 2018-01-13 18:03:46
Commit fb6a7fb9729da0d2bc5fae4fd5f0dd5636223754 - Removed Changelog from .spec
Author: Catalin(ux) M. BOIE
Author date (UTC): 2022-10-21 16:36
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2022-10-21 16:36
Parent(s): 7438b1adf4a62d1fc5625224318a4b8922abf8c4
Signing key:
Tree: 967d3b232eb39cd5e4bb58aae7bcc3e2a54a96d9
File Lines added Lines deleted
Conn.spec.in 1 1
Conn_web.c 1 1
File Conn.spec.in changed (mode: 100644) (index 2f4a188..884fa11)
... ... rm -rf ${RPM_BUILD_ROOT}
40 40 %{_libdir}/libConn.so.@VER@ %{_libdir}/libConn.so.@VER@
41 41 %{_libdir}/libConn.so.1 %{_libdir}/libConn.so.1
42 42 %{_libdir}/libConn.so %{_libdir}/libConn.so
43 %doc README Changelog examples INSTALL
43 %doc README examples INSTALL
44 44
45 45 %changelog %changelog
46 46 * Wed Dec 14 2011 Catalin(ux) M. BOIE <catab at embedromix dot ro> 1.0.32 * Wed Dec 14 2011 Catalin(ux) M. BOIE <catab at embedromix dot ro> 1.0.32
File Conn_web.c changed (mode: 100644) (index 7c769db..e9e694f)
... ... static int Conn_web_read_file(struct Conn *C, const char *path)
217 217
218 218 static void Conn_web_dispatch_path(struct Conn *C, struct Conn_web_url *u) static void Conn_web_dispatch_path(struct Conn *C, struct Conn_web_url *u)
219 219 { {
220 char tmp[128], body[128];
220 char tmp[256], body[128];
221 221
222 222 Log(2, "%llu %s req_type=[%s] url=[%s] http_protcol=%hhu\n", Log(2, "%llu %s req_type=[%s] url=[%s] http_protcol=%hhu\n",
223 223 C->id, __func__, Conn_web_req_type(C->web_req->req_type), C->id, __func__, Conn_web_req_type(C->web_req->req_type),
Date/time (UTC) Type Misc Labels
2022-10-21 16:42 build fedora-rawhide-x86_64 worker/r1 builder/color=fff worker_elap/197s wait_time/130s date/2022-10-21 time/16:36
2022-10-22 04:43 build fedora-36-x86_64 worker/r1 builder/color=fff worker_elap/233s wait_time/43335s date/2022-10-21 time/16:36
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