0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed the bug of having omitted setting an error message when given wrong handle. more fixes in HawkStd More... about 5 years ago
working on Hawk and HawkStd More... about 5 years ago
renamed StdHawk to HawkStd. added quite some c++ code to get Hawk free of compilation errors More... about 5 years ago
updating Hawk and StdHawk classes for hawk More... about 5 years ago
implementing prepared statement support in mod-mysql.c More... about 5 years ago
fixing mod-mysql.c for hawk More... about 5 years ago
have refactored error information handling in error.c. removed hawk_seterror() and hawk_seterrstr() More... about 5 years ago
removed hawk_rtx_seterror() More... about 5 years ago
more error information handling touch-up in parse.c More... about 5 years ago
corrected the random max value. some more error information handling improvement in parse.c More... about 5 years ago
better error information handling in parse.c More... about 5 years ago
updated parse.c with new way to setting error information partially More... about 5 years ago
changed the way to set error information in run.c More... about 5 years ago
added -t to bin/main.c to accept console output files More... about 5 years ago
renamed set_error_on_sys_list_with_syserr to set_error_on_sys_list_with_errno in mod-sys.c implemented getppid for win32 More... about 5 years ago
fixed a bug in fmt_put_bchars_to_uch_buf() added getpgid() and getpgrp() check to configure.ac redefined RC_XXXX in mod-sys.c changed some functions in mod-sys.c More... about 5 years ago
fixed bugs in query_module() deleted unused files. added sys::resetdir(). More... about 5 years ago
minor code fix More... about 5 years ago
added hawk_rtx_buildrex() and hawk_rtx_freertx() More... about 5 years ago
consolidated syserr_to_errnum macros to a single hawk_syserr_to_errnum() function More... about 5 years ago
changed hawk_seterrnum() to be consistent with hawk_gem_seterrnum() More... about 5 years ago
changed hawk_rtx_seterrnum() to be consistent with hawk_gem_seterrnum() More... about 5 years ago
some fix for netbsd More... about 5 years ago
added hawk_gem_skadtoucstr() and hawk_gem_skadtobcstr() More... about 5 years ago
added hawk_uchars_to_bin() and bchars_to_bin() More... about 5 years ago
added hawk_tokenize_bchars() and hawk_tokenize_uchars(). trying to get functions right in gem-nwif2.c More... about 5 years ago
adding some network interface functions More... about 5 years ago
added lib/gem-nwif.c More... about 5 years ago
fixed wrong defintion of HAWK_UCH_PROP_ALNUM and HAWK_BCH_PROP_ALNUM More... about 5 years ago
revived syslog functions in the sys module. fixed script and stream file name handling issues. added the path field to the hawk_sio_arg_t structure. the field should be set by the I/O handler if the name field is not HAWK_NULL. More... about 5 years ago