0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 16 hours ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Re-add sample configuration since it's been requested, not completely tuned but it's a starting point More... almost 9 years ago
Thanks but we'll free the memory ourself More... over 9 years ago
time_t is signed, so this should be too More... over 9 years ago
remove shlib_version since we have fs.mod.mk More... over 9 years ago
switch_thread_init 1/1 in switch_xml.c More... over 9 years ago
switch_thread_init 2/2 in switch_schedule.c More... over 9 years ago
switch_thread_init 1/2 in switch_schedule.c More... over 9 years ago
switch_thread_init 1/1 in switch_log.c More... over 9 years ago
Readability More... over 9 years ago
switch_thread_init 1/1 in switch_loadable_module.c also, while I am here, make this readable so that I don't have to scroll off to the right side of the screen twice just to read it. More... over 9 years ago
switch_thread_init 1/1 in switch_event.c More... over 9 years ago
switch_thread_init 1/1 in switch_core_sqldb.c More... over 9 years ago
switch_thread_init 4/3 (I can count!) in switch_core_session.c More... over 9 years ago
Format function definition to be readable on a 80x25 console More... over 9 years ago
switch_thread_init 3/3 in switch_core_session.c More... over 9 years ago
switch_thread_init 2/3 in switch_core_session.c More... over 9 years ago
switch_thread_init 1/3 in switch_core_session.c More... over 9 years ago
switch_thread_init More... over 9 years ago
Use switch_thread_init More... over 9 years ago
I was being reckless with the last commit, and hadn't inspected the memory alloc calls to see if they were simple stubs (or not). More... over 9 years ago
rewrite to support new switch_thread_init and cleanup function. More... over 9 years ago
Move switch_printerr prototype to header More... over 9 years ago
Delete my copyright from the build files, if necessary these are public domain, otherwise whatever. More... over 9 years ago
Delete some legacy makefiles More... over 9 years ago
Minor fixing of things, no functional change More... over 9 years ago
Introduce some brazen abuse of switch_platform.h More... over 9 years ago
detatch->detach More... over 9 years ago
Delete ignored entries from .gitignore that we won't use More... over 9 years ago
fs++ is going to need access to the apr headers too More... over 9 years ago
As part of refactoring out a lot of the switch_* namespace stubs that don't do anything other than call the underlying apr_* function it's going to be necessary to include the apr headers directly. More... over 9 years ago