/exit_codes.h (115022668b11bc675aac6c8e4d98592da7af4440) (1013 bytes) (mode 100644) (type blob)

#ifndef EXIT_CODES_H
#define EXIT_CODES_H
/* this code is protected by the GNU affero GPLv3
   author:Sylvain BERTRAND <sylvain DOT bertrand AT legeek DOT net> */
#define SRV_SOCK_SETUP_EPOLL_CTL_ADD_FAILURE			1
#define CNXS_CONSUME_ACCEPT_GENERIC_FAILURE			2 
#define CNXS_CONSUME_ACCEPT_WRONG_PEER				3
#define SIGS_CONSUME_SIGINFO_READ_FAILURE			4
#define MAIN_LOOP_EPOLL_WAIT_GENERIC_FAILURE			5
#define MAIN_LOOP_EPOLL_WAIT_SIGS_FD_EVENT_IS_NOT_EPOLLIN	6
#define MAIN_LOOP_EPOLL_WAIT_SRV_SOCK_UNEXPECTED_EVENT		7
#define MAIN_LOOP_EPOLL_WAIT_SRV_SOCK_UNKNOWN_FAILURE		8
#define SRV_SOCK_CREATE_FAILURE					9
#define SRV_SOCK_SET_SOCK_OPTION_FAILURE			10
#define SRV_SOCK_BIND_FAILURE					11
#define SRV_SOCK_LISTEN_FAILURE					12
#define EPOLL_SIGS_SETUP_EPOLL_ADD_FAILURE			13
#define SIGS_SETUP_BLOCKING_FAILURE				14
#define SIGS_SETUP_HANDLERS_FAILURE				15
#define SETUP_EPOLL_CREATE_FAILURE				16
#define CHROOT_FAILURE						17
#define CHDIR_FAILURE						18
#define RCV_PAGE_MMAP_FAILURE					19
#endif


Mode Type Size Ref File
100644 blob 246 bbf313b25987d0d61b1cea33a8e6188501e221ac .gitignore
100644 blob 34520 dbbe3558157f5861bff35dcb37b328b679b0ccfd LICENSE
100644 blob 711 7b6f3427768af8d274abb84700dfc15a92c141f6 README
100644 blob 160 740a1744453fc75aebe4c3e1dacd117141dc0040 all.S
100644 blob 375 bf0a2131dfb6d9ae3646055f1e7035c7c6d60566 all.c
100644 blob 1659 1701bba0dec03fc5dd39e90846cfce49958176c6 config.default.h
100644 blob 1013 115022668b11bc675aac6c8e4d98592da7af4440 exit_codes.h
100644 blob 22354 41ea7a150b07f05277b2322b58067b87b921af53 lnanohttp.c
100755 blob 1193 ecd91729d1b15f7cae1080337b642133dec95aa6 make_gcc_aarch64
040000 tree - 7446ca8ef43378965dd632fa0945ece4c1239ef0 ulinux
100644 blob 3911 61d33c0f458518c884db1bfbc9542f8b5824a005 ulinux_namespace.h
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/sylware/lnanohttp

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

Clone this repository using git:
git clone git://git.rocketgit.com/user/sylware/lnanohttp

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