2008-03-10 |
Miklos Tirpak | log message is changed to debug level in cfg_lookup_var(),
|
commit | commitdiff | tree |
2008-02-29 |
Miklos Tirpak | log_facility config parameter is declared in the cfg...
|
commit | commitdiff | tree |
2008-02-26 |
Miklos Tirpak | Select fixup is postponed until the config is shmized...
|
commit | commitdiff | tree |
2008-02-26 |
Miklos Tirpak | Call set_final_timer() only if the reply is really...
|
commit | commitdiff | tree |
2008-02-26 |
Miklos Tirpak | Do not check uac->request.t_active when performing...
|
commit | commitdiff | tree |
2008-02-25 |
Miklos Tirpak | t_reset_fr(), t_reset_retr(), and t_reset_max_lifetime...
|
commit | commitdiff | tree |
2008-02-21 |
Miklos Tirpak | - CFG_ATOMIC flag is introduced: indicates that the...
|
commit | commitdiff | tree |
2008-02-20 |
Miklos Tirpak | NULL child callback value was not checked, when a cfg...
|
commit | commitdiff | tree |
2008-02-20 |
Miklos Tirpak | cfg_get_handle() is introduced, the function can be...
|
commit | commitdiff | tree |
2008-02-18 |
Miklos Tirpak | fixing wrong placement of cfg_update() (thanks to Ondrej...
|
commit | commitdiff | tree |
2008-02-18 |
Miklos Tirpak | minor simplification: some memcpy()s are replaced with...
|
commit | commitdiff | tree |
2008-02-15 |
Miklos Tirpak | tm module parameters are changed to use the configuration...
|
commit | commitdiff | tree |
2008-02-15 |
Miklos Tirpak | CFG_UNREF is moved outside of the lock in cfg_install_global...
|
commit | commitdiff | tree |
2008-02-13 |
Miklos Tirpak | fixing the parameter of the per-child process callback...
|
commit | commitdiff | tree |
2008-02-13 |
Miklos Tirpak | do not allow dns_servers_no to be set higher than the...
|
commit | commitdiff | tree |
2008-02-13 |
Miklos Tirpak | pass the name of the changed variable to the callback...
|
commit | commitdiff | tree |
2008-02-12 |
Miklos Tirpak | fixing the construction of ACK and CANCEL: the requests...
|
commit | commitdiff | tree |
2008-02-11 |
Miklos Tirpak | - use_dns_cache can be enabled/disabled runtime
|
commit | commitdiff | tree |
2008-02-11 |
Miklos Tirpak | "#include <libgen.h>" is moved to ut.c because of dirname...
|
commit | commitdiff | tree |
2008-02-11 |
Miklos Tirpak | DNS resolver and cache parameters use the configuration...
|
commit | commitdiff | tree |
2008-02-08 |
Miklos Tirpak | - Call the per-child process callback functions even...
|
commit | commitdiff | tree |
2008-02-04 |
Miklos Tirpak | Make a difference between non-existing variable, and...
|
commit | commitdiff | tree |
2008-02-04 |
Miklos Tirpak | typo fixed
|
commit | commitdiff | tree |
2008-01-31 |
Miklos Tirpak | correcting wrong goto label
|
commit | commitdiff | tree |
2008-01-31 |
Miklos Tirpak | - check the integer range even if a fixup function...
|
commit | commitdiff | tree |
2008-01-30 |
Miklos Tirpak | testing and fixing str and string configuration variables...
|
commit | commitdiff | tree |
2008-01-30 |
Miklos Tirpak | str2sint() function is moved to ut.h
|
commit | commitdiff | tree |
2008-01-28 |
Miklos Tirpak | - rejecting config declarations with conflicting group...
|
commit | commitdiff | tree |
2008-01-28 |
Miklos Tirpak | changing the syntax of cfg_register_ctx() function
|
commit | commitdiff | tree |
2008-01-28 |
Miklos Tirpak | - #define CFG_INPUT_SHIFT is used instead of a hardwired...
|
commit | commitdiff | tree |
2008-01-24 |
Miklos Tirpak | - documenting the script syntax of the variable declaration
|
commit | commitdiff | tree |
2008-01-24 |
Miklos Tirpak | - configuration variables can be declared in the script:
|
commit | commitdiff | tree |
2008-01-11 |
Miklos Tirpak | @cfg_get.<group_name>.<var_name> is documented
|
commit | commitdiff | tree |
2008-01-11 |
Miklos Tirpak | configuration values can be retrieved in the script...
|
commit | commitdiff | tree |
2008-01-11 |
Miklos Tirpak | Introducing CONSUME_ALL flag: all the subsequent parameters are
|
commit | commitdiff | tree |
2008-01-11 |
Miklos Tirpak | cfg_get_by_name() returns an error instead of the incorrect...
|
commit | commitdiff | tree |
2008-01-03 |
Miklos Tirpak | Restoring the original core configuration during exiting...
|
commit | commitdiff | tree |
2007-12-13 |
Miklos Tirpak | Destination blacklist parameters have been updated...
|
commit | commitdiff | tree |
2007-12-13 |
Miklos Tirpak | The help function returns also the type of the parameter.
|
commit | commitdiff | tree |
2007-12-12 |
Miklos Tirpak | cfg_get_group_*() is introduced:
|
commit | commitdiff | tree |
2007-12-12 |
Miklos Tirpak | New section is added to the documentation of the configurati...
|
commit | commitdiff | tree |
2007-12-11 |
Miklos Tirpak | - Updating the local configuration in the child processes...
|
commit | commitdiff | tree |
2007-12-07 |
Miklos Tirpak | documenting the configuration framework
|
commit | commitdiff | tree |
2007-12-05 |
Miklos Tirpak | Modifying the return value of cfg_set* functions, in...
|
commit | commitdiff | tree |
2007-12-05 |
Miklos Tirpak | - cfg_core.c and cfg_core.h are added to the repository...
|
commit | commitdiff | tree |
2007-12-05 |
Miklos Tirpak | Initialize and destory the configuration framework...
|
commit | commitdiff | tree |
2007-12-05 |
Miklos Tirpak | Let the config framework compiled together with SER...
|
commit | commitdiff | tree |
2007-12-05 |
Miklos Tirpak | Implementing a configuration framework, that can be...
|
commit | commitdiff | tree |
2007-11-14 |
Miklos Tirpak | Fixing improper blacklisting of destinations because...
|
commit | commitdiff | tree |
2007-11-14 |
Miklos Tirpak | timer modparam must be named
|
commit | commitdiff | tree |
2007-11-05 |
Miklos Tirpak | correcting syntax error
|
commit | commitdiff | tree |
2007-10-15 |
Miklos Tirpak | fixes SER-322:
|
commit | commitdiff | tree |
2007-10-03 |
Miklos Tirpak | Level of the select call is moved to a global variable...
|
commit | commitdiff | tree |
2007-10-03 |
Miklos Tirpak | Fixes SER-317:
|
commit | commitdiff | tree |
2007-09-14 |
Miklos Tirpak | expires value is missing in the output of dst blacklist...
|
commit | commitdiff | tree |
2007-08-31 |
Miklos Tirpak | - duplicate definition of USE_DST_BLACKLIST is removed
|
commit | commitdiff | tree |
2007-08-31 |
Miklos Tirpak | integers values were fixed-up as short by mistake
|
commit | commitdiff | tree |
2007-08-22 |
Miklos Tirpak | dns_get_server_state() implemented which returns the...
|
commit | commitdiff | tree |
2007-08-21 |
Miklos Tirpak | dns_cache_del_nonexp configuration option is introduced...
|
commit | commitdiff | tree |
2007-08-13 |
Miklos Tirpak | memset() was sometimes bypassed for some reason in...
|
commit | commitdiff | tree |
2007-07-26 |
Miklos Tirpak | Removing conflicting declarations, they are not needed...
|
commit | commitdiff | tree |
2007-07-26 |
Miklos Tirpak | dst blacklist callbacks are extended with the sip msg...
|
commit | commitdiff | tree |
2007-07-26 |
Miklos Tirpak | New RPC commands to manipulate the destination blacklist:
|
commit | commitdiff | tree |
2007-07-26 |
Miklos Tirpak | New RPC commands which manipulate the content of the...
|
commit | commitdiff | tree |
2007-07-26 |
Miklos Tirpak | DNS watchdog support implementation: a SER module or...
|
commit | commitdiff | tree |
2007-06-19 |
Miklos Tirpak | - Local UAC related functions do not register the TMCB_LOCAL...
|
commit | commitdiff | tree |
2007-05-30 |
Miklos Tirpak | t_relay_cancel() is added to the sample configuration
|
commit | commitdiff | tree |
2007-05-30 |
Miklos Tirpak | documentation is updated with t_relay_cancel(), reparse_invi...
|
commit | commitdiff | tree |
2007-05-29 |
Miklos Tirpak | CANCELs and negative ACKs are constructed from the...
|
commit | commitdiff | tree |
2006-12-12 |
Miklos Tirpak | @dst_uri and @next_hop select calls are introduced:
|
commit | commitdiff | tree |
2006-08-31 |
Miklos Tirpak | get_avp_val() caused crash with int AVP name and string...
|
commit | commitdiff | tree |
2006-08-22 |
Miklos Tirpak | missing file added
|
commit | commitdiff | tree |
2006-08-22 |
Miklos Tirpak | ipmatch table added to database schema definition
|
commit | commitdiff | tree |
|