/Conn_config.h.in (6367f3c67317658261b02e15f96b97692b3a718c) (316 bytes) (mode 100644) (type blob)
/*
*
* Atention! Conn_config.h file is not editable! Edit Conn_config.h.in instead!
*
*/
#define CONN_VERSION "@VER@"
#define POLL_FOUND @POLL_FOUND@
#define EPOLL_FOUND @EPOLL_FOUND@
#define _GNU_SOURCE
/*
* How many events slots to pass to kernel in one epoll_wait call
*/
#define CONN_EVENTS_SLOTS 128
Mode |
Type |
Size |
Ref |
File |
100644 |
blob |
94 |
2e97920b91646e1a8c2438ca375e2aaae22793fb |
.gitignore |
100644 |
blob |
169 |
c003c095218f64ad33aeb89987f61eb575557d96 |
.mailmap |
100644 |
blob |
1945 |
fecf0e7a7e8580485101a179685aedc7e00affbb |
Changelog.pre109 |
100644 |
blob |
21061 |
1e342eeda192ed23167120aa5c9522571faaa74f |
Conn.c |
100644 |
blob |
1629 |
fd37073a80de54c788aa8129c08cc49ad3643e59 |
Conn.h |
100644 |
blob |
835 |
3e3dff5bad664ce3c207f971f93c3a9125690e5e |
Conn.spec.in |
100644 |
blob |
316 |
6367f3c67317658261b02e15f96b97692b3a718c |
Conn_config.h.in |
100644 |
blob |
39492 |
8a43a5bdb2292265a05d95e227a1f33d1191576a |
Conn_core.c |
100644 |
blob |
9758 |
0a0b0f888dcccea9d91b786600a31f8d924f6ec3 |
Conn_core.h |
100644 |
blob |
4644 |
e8bcfbb931220c13e8f4c7af1eff2e7f1e53d5f4 |
Conn_wpool.c |
100644 |
blob |
730 |
076e0f4e7c2c54e0b475027cd5f78b6dc68295fe |
Conn_wpool.h |
100644 |
blob |
30 |
d987fa5df957830331139935d517009e2911b0cf |
INSTALL |
100644 |
blob |
25275 |
92b8903ff3fea7f49ef5c041b67a087bca21c5ec |
LICENSE |
100644 |
blob |
1058 |
96a7eb0e8cdc2356572dbb738490d1d84e145a36 |
Makefile.in |
100644 |
blob |
192 |
5b11bdfb23857d8588845465aef993b320596b44 |
README |
100644 |
blob |
4105 |
f865b302eb1249a302b89f04198b3ae1f5b28f48 |
TODO |
100755 |
blob |
23 |
d33bb6c4ecdce1390ce1db3c79ea3b93e22ea755 |
configure |
040000 |
tree |
- |
d4c9c4a69c5cfa2a84316967185f1661b6817779 |
docs |
100755 |
blob |
13311 |
a6e2825b35f915e6d64c2a981fa3b6266b2bf587 |
duilder |
100644 |
blob |
325 |
809c9f357dc746e5f95ee12ecb7efb6412893113 |
duilder.conf |
040000 |
tree |
- |
22ea271ed7aacd59fd17512ff219f9406254c661 |
examples |
040000 |
tree |
- |
751693d0803f700dd060788cc9383aa24b472267 |
tests |
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