Commit Graph

603 Commits

Author SHA1 Message Date
Nils O. Selåsdal a24aa93b73 Use nonblocking pipes 2014-09-12 01:11:40 +02:00
Nils O. Selåsdal 802462a5c0 Move UC_LOG_DESTINATION enum to logging.c, it's
not a public type
2014-09-12 01:11:40 +02:00
Nils O. Selåsdal d9bb5315f8 Use snprintf over sprintf 2014-09-12 01:11:40 +02:00
Nils O. Selåsdal 10c0e37253 Fix size rotating, so filenames are in the order of newest to oldest 2014-09-12 01:11:40 +02:00
Nils O. Selåsdal dc9e38b231 Fix raw loggin use of uninitialized value introduced in previous commit 2014-09-12 01:11:40 +02:00
Nils O. Selåsdal 7bd1074c1d Initial attempt of log rotation based on file sizes 2014-09-12 01:11:40 +02:00
Nils O. Selåsdal b75048ceef Keep track of bytes written to a file 2014-09-12 01:11:40 +02:00
Nils O. Selåsdal 13c601f3b7 fix indentation 2014-09-12 01:11:40 +02:00
Nils O. Selåsdal 008004c6bd Slight refactor of checking if a destination exists 2014-09-12 01:11:40 +02:00
Nils O. Selåsdal edde6ec7b6 Use TailQ instead of sys/queue.h in the logging module 2014-09-12 01:11:40 +02:00
Nils O. Selåsdal 975b8ad1bc no need for clamping to funds + 1, just to funds 2014-09-12 01:11:40 +02:00
Nils O. Selåsdal f9fffbc4b0 Better error message for UC_STATIC_ASSERT. Also
require it to be terminated by a ;
2014-09-12 01:11:40 +02:00
Nils O. Selåsdal 5f06950fd0 add uc_read_fd function 2014-09-12 01:11:40 +02:00
Nils O. Selåsdal c2fe3e5dc7 Fix read_file in case file size if > SSIZE_MAX 2014-09-12 01:11:39 +02:00
Nils O. Selåsdal 633635851d Set errno to 0, for consistent results 2014-09-12 01:11:39 +02:00
Nils O. Selåsdal 813836dcac Add -Winit-self flag 2014-09-12 01:11:39 +02:00
Nils O. Selåsdal 9a83dffde8 Add -Werror=implicit-function-declaration to CFLAGS 2014-09-12 01:11:39 +02:00
Nils O. Selåsdal 95a62617c0 Tidy up whitespace 2014-09-12 01:11:39 +02:00
Nils O. Selåsdal d831ab9510 Small refactoring of ratelimit code to make more sense 2014-09-12 01:11:39 +02:00
Nils O. Selåsdal a112b44c6e Implement generalied IOMux implementation operations
Fix serious bug  in iomix_timers_run
2014-09-12 01:11:39 +02:00
Nils O. Selåsdal 857c2018b9 Change library suffix from _debug to D for debug build.
And no suffix for a release build.
2014-09-12 01:11:39 +02:00
Nils O. Selåsdal 0f25a0f565 Add a string/string mapper struct 2014-09-12 01:11:39 +02:00
Nils O. Selåsdal 39290eefb7 Rename the value string functions to be a bit mroe sensible 2014-09-12 01:11:39 +02:00
Nils O. Selåsdal eeed97e938 cosmetic cleanup 2014-09-12 01:11:39 +02:00
Nils O. Selåsdal dfe219b649 Add an unsigned int/string pair type, modelled on the value string of
wireshark
2014-09-12 01:11:39 +02:00
Nils O. Selåsdal 1ec9cb38cb Open restart file in 0644 mode, fsync the file, don't
write to file if seek/truncate failed
2014-09-11 23:09:41 +02:00
Nils O. Selåsdal 0588af093a Fic includes to use "" instead of <> 2014-09-11 21:55:57 +02:00
Nils O. Selåsdal 1f83ec6741 Link with libm and librt, required for older glibc. No harm on newer 2014-09-11 21:43:34 +02:00
Nils O. Selåsdal c3e46ce788 Add uc_restart_counter concept 2014-09-11 21:41:14 +02:00
Nils O. Selåsdal 37a0411fba Initialize the ticket lock 2014-09-11 21:40:22 +02:00
Nils O. Selåsdal b783d67f6d Remove unused include 2014-09-10 23:58:15 +02:00
Nils O. Selåsdal 52feeb6644 Add a few more UCStrVal functions 2014-09-10 23:55:33 +02:00
Nils O. Selåsdal 267451f37f Fix RATE_LIMIT_INITIALIZER 2014-09-08 22:27:28 +02:00
Nils O. Selåsdal 03d66f8698 Merge branch 'cmd' of ssh://box/var/lib/git/libucore into cmd 2014-09-08 22:24:36 +02:00
Nils O. Selåsdal b446022e6d Fix RATE_LIMIT_INITIALIZER 2014-09-08 22:24:08 +02:00
Nils O. Selåsdal d75d0ee48c ( ) around macro arguments.. 2014-09-06 04:05:54 +02:00
Nils O. Selåsdal e18317d507 fix UC_ROUND_UP() 2014-09-06 04:03:20 +02:00
Nils O. Selåsdal 8763059c65 Atomic example, used to inspect assembly code.. 2014-09-02 23:17:41 +02:00
Nils O. Selåsdal ba79566ce9 Better atomic support for gcc and clang 2014-09-02 23:17:14 +02:00
Nils O. Selåsdal e45be1a362 eait for max 32 epoll events. 54 is too much 2014-09-01 22:20:10 +02:00
Nils O. Selåsdal db0d62c639 Add ATOMIC_GET 2014-09-01 22:19:54 +02:00
Nils O. Selåsdal 44ecb1ea7a Fix confusing if vec_len is bytes or number of elements 2014-08-26 21:39:08 +02:00
Nils O. Selåsdal 225943aef7 Improve doxygen documentation. 2014-08-26 21:39:08 +02:00
Nils O. Selåsdal e45a4d5643 Improve doxygen documentation. 2014-08-26 21:38:09 +02:00
Nils O. Selåsdal 7e8c59699a Fix confusing if vec_len is bytes or number of elements 2014-08-26 20:12:22 +02:00
Nils O. Selåsdal f7c27648dc Print error if no test cases are run 2014-07-11 16:27:36 +02:00
Nils O. Selåsdal a0e5a4fac8 Initial cmd.. 2014-06-28 01:54:44 +02:00
Nils O. Selåsdal c949961e77 Add a sched_yeild in tocket lock test.. 2014-06-25 19:53:46 +02:00
Nils O. Selåsdal 777a745428 Test heapsorting 1 element 2014-06-25 19:52:08 +02:00
Nils O. Selåsdal 32218b3dc7 Add test for ticket locks 2014-06-25 19:49:14 +02:00