2017-01-25 |
colm | FS-9775: update dht bucket tests |
commit | commitdiff | tree |
2017-01-25 |
colm | FS-9775: add threadpool to init_routetable |
commit | commitdiff | tree |
2017-01-25 |
colm | FS-9775: initialize dht nodes as dubious |
commit | commitdiff | tree |
2017-01-25 |
colm | FS-9775: DHT find closest nodes not completing search |
commit | commitdiff | tree |
2017-01-25 |
Anthony Minessale | add const |
commit | commitdiff | tree |
2017-01-25 |
Anthony Minessale | make ks_pool_free appear take double pointer |
commit | commitdiff | tree |
2017-01-25 |
Shane Bryldt | FS-9775: Most of search functionality is finished,... |
commit | commitdiff | tree |
2017-01-25 |
Anthony Minessale | regression from nolock mode |
commit | commitdiff | tree |
2017-01-25 |
colm | FS-9775: Bucket synchronization fixes & Updated tests |
commit | commitdiff | tree |
2017-01-25 |
Anthony Minessale | add flags to disable auto assert and auto memset |
commit | commitdiff | tree |
2017-01-25 |
Anthony Minessale | get rid of FLAG_DEFAULT and juggle some params |
commit | commitdiff | tree |
2017-01-25 |
Anthony Minessale | add nolock to hash and make it default |
commit | commitdiff | tree |
2017-01-25 |
Shane Bryldt | FS-9775: Major cleanup around allocations, more work... |
commit | commitdiff | tree |
2017-01-25 |
colm | FS-9775: Exempt local nodes from expiration. Add releas... |
commit | commitdiff | tree |
2017-01-25 |
colm | FS-9775: Thread safe dht buckets continued |
commit | commitdiff | tree |
2017-01-25 |
colm | FS-9775: Thread safe dht buckets |
commit | commitdiff | tree |
2017-01-25 |
Shane Bryldt | FS-9775: Added initialization of threadpool, and switch... |
commit | commitdiff | tree |
2017-01-25 |
Anthony Minessale | add mutex to windows emulated recursive Read locks |
commit | commitdiff | tree |
2017-01-25 |
colm | FS-9775: Add ks_dhtrt_release_node api call |
commit | commitdiff | tree |
2017-01-25 |
Shane Bryldt | FS-9775: Started mocking out structures for ks_dht_sear... |
commit | commitdiff | tree |
2017-01-25 |
Anthony Minessale | add enum rules |
commit | commitdiff | tree |
2017-01-25 |
colm | FS-9775: correct ks_dhtrt_closest_nodes query results |
commit | commitdiff | tree |
2017-01-25 |
colm | FS-9775: Define for max nodes in a find_closestnodes... |
commit | commitdiff | tree |
2017-01-25 |
colm | FS-9775: Updates for latest dht_bucket changes |
commit | commitdiff | tree |
2017-01-25 |
colm | FS-9775: Update touch time on existing node in create_n... |
commit | commitdiff | tree |
2017-01-25 |
Shane Bryldt | FS-9775: Some cleanup, some commenting, some fixes. |
commit | commitdiff | tree |
2017-01-25 |
Shane Bryldt | FS-9775: Incorporated route table to test find_node... |
commit | commitdiff | tree |
2017-01-25 |
Shane Bryldt | FS-9775: Adjusted to proper destructor pattern, cleaned... |
commit | commitdiff | tree |
2017-01-25 |
colm | FS-9775: findclosest_nodes support for local/remote... |
commit | commitdiff | tree |
2017-01-25 |
colm | FS-9775: add tests for dht buckets |
commit | commitdiff | tree |
2017-01-25 |
colm | FS-9775: Indentify local nodes, allow query to distingu... |
commit | commitdiff | tree |
2017-01-25 |
Anthony Minessale | update whitespace changes |
commit | commitdiff | tree |
2017-01-25 |
Anthony Minessale | missed a spot |
commit | commitdiff | tree |
2017-01-25 |
Anthony Minessale | fix imaginary compiler error on psuedo-code |
commit | commitdiff | tree |
2017-01-25 |
Anthony Minessale | format cleanup |
commit | commitdiff | tree |
2017-01-25 |
Shane Bryldt | FS-9775: Significant work towards supporting BEP44... |
commit | commitdiff | tree |
2017-01-25 |
colm | FS-9775: Match up datatypes, alloc node_t, remove ks_dh... |
commit | commitdiff | tree |
2017-01-25 |
Shane Bryldt | FS-9775: Fixed autorouting, must be checked before... |
commit | commitdiff | tree |
2017-01-25 |
Shane Bryldt | FS-9775: Adjusted ks_dht_nodeid_t back to a structure... |
commit | commitdiff | tree |
2017-01-25 |
Shane Bryldt | FS-9775: Refactored some code to create ks_dht_setup_re... |
commit | commitdiff | tree |
2017-01-25 |
Shane Bryldt | FS-9775: Changed local nodeid to be per endpoint, and... |
commit | commitdiff | tree |
2017-01-25 |
Shane Bryldt | FS-9775: Removed building of old dht code, renamed... |
commit | commitdiff | tree |
2017-01-25 |
Shane Bryldt | FS-9775: Some refactoring for consistency, reduction... |
commit | commitdiff | tree |
2017-01-25 |
Shane Bryldt | FS-9775: Resolved conflicts during merge |
commit | commitdiff | tree |
2017-01-25 |
colm | FS-9775: Mark suspect and expired nodes. Add to makefile |
commit | commitdiff | tree |
2017-01-25 |
Shane Bryldt | FS-9775: Added preliminary support for processing find_... |
commit | commitdiff | tree |
2017-01-25 |
Shane Bryldt | FS-9775: Refactored sending of messages to utilize... |
commit | commitdiff | tree |
2017-01-25 |
colm | FS-9775: Match up data types with existing code |
commit | commitdiff | tree |
2017-01-25 |
Shane Bryldt | FS-9775: Added support for removing finished transactio... |
commit | commitdiff | tree |
2017-01-25 |
Shane Bryldt | FS-9775: Fixed some bugs, unit test now successfully... |
commit | commitdiff | tree |
2017-01-25 |
Shane Bryldt | FS-9775: Initial work towards sending messages, refacto... |
commit | commitdiff | tree |
2017-01-25 |
Shane Bryldt | FS-9775: Removing a file that got added because of... |
commit | commitdiff | tree |
2017-01-25 |
Shane Bryldt | FS-9775: Replaced initialization of nodeid to use safer... |
commit | commitdiff | tree |
2017-01-25 |
Shane Bryldt | FS-9775: Renamed registries, added query registry with... |
commit | commitdiff | tree |
2017-01-25 |
Shane Bryldt | FS-9775: Encapsulated message details into ks_dht2_mess... |
commit | commitdiff | tree |
2017-01-25 |
Shane Bryldt | FS-9775: Added initial registry for 'y' keys, and some... |
commit | commitdiff | tree |
2017-01-25 |
Shane Bryldt | FS-9775: Added some preliminary message processing... |
commit | commitdiff | tree |
2017-01-25 |
Brian West | update libblade |
commit | commitdiff | tree |
2017-01-25 |
Shane Bryldt | FS-9775: Added initial unit test of preliminary allocat... |
commit | commitdiff | tree |
2017-01-25 |
Shane Bryldt | FS-9775: Renamed calls *_salloc to *_prealloc |
commit | commitdiff | tree |
2017-01-25 |
Shane Bryldt | FS-9775: Added salloc calls for other entities |
commit | commitdiff | tree |
2017-01-25 |
Shane Bryldt | FS-9775: Added salloc call to dht for stack allocation... |
commit | commitdiff | tree |
2017-01-25 |
Shane Bryldt | FS-9775: Initial commit of the first portion of the... |
commit | commitdiff | tree |
2017-01-25 |
Anthony Minessale | FS-9978: [mod_expr] mod_expr random seed function not... |
commit | commitdiff | tree |
2017-01-24 |
Mike Jerris | Revert "bump build tool and dependency version numbers." |
commit | commitdiff | tree |
2017-01-23 |
Chris Rienzo | FS-9965 [mod_hiredis] release context after getting... |
commit | commitdiff | tree |
2017-01-23 |
Chris Rienzo | FS-9965 [mod_hiredis] Improvements for performance... |
commit | commitdiff | tree |
2017-01-23 |
Mike Jerris | Revert "FS-9970 build debug Makefile.openbsd until... |
commit | commitdiff | tree |
2017-01-23 |
Brian West | Merge pull request #1163 in FS/freeswitch from ~SYSFU... |
commit | commitdiff | tree |
2017-01-22 |
Seth | FS-9968 build debug Makefile.openbsd until it successfu... |
commit | commitdiff | tree |
2017-01-22 |
Seth | bump build tool and dependency version numbers. |
commit | commitdiff | tree |
2017-01-19 |
Chris Rienzo | FS-9959 [mod_spandsp] Add two new channel variables |
commit | commitdiff | tree |
2017-01-19 |
Anthony Minessale | FS-9958 |
commit | commitdiff | tree |
2017-01-18 |
Anthony Minessale | FS-9958 |
commit | commitdiff | tree |
2017-01-18 |
Anthony Minessale | FS-9958: [freeswitch-core,mod_local_stream] Add agc... |
commit | commitdiff | tree |
2017-01-18 |
Mike Jerris | Merge pull request #1157 in FS/freeswitch from ~LAZEDO... |
commit | commitdiff | tree |
2017-01-18 |
Anthony Minessale | FS-9954: [freeswitch-core] Crash on switch_ivr_intercep... |
commit | commitdiff | tree |
2017-01-18 |
Mike Jerris | Merge pull request #1154 in FS/freeswitch from ~DEDWARD... |
commit | commitdiff | tree |
2017-01-18 |
lazedo | FS-9955 [mod_kazoo] set profile var when setting channe... |
commit | commitdiff | tree |
2017-01-17 |
Anthony Minessale | FS-9654 introduce origination_aleg_uuid |
commit | commitdiff | tree |
2017-01-17 |
Dan Edwards | FS-9162 Include external IP address in SDP if include_e... |
commit | commitdiff | tree |
2017-01-17 |
Mike Jerris | Merge pull request #1146 in FS/freeswitch from bugfix... |
commit | commitdiff | tree |
2017-01-17 |
Mike Jerris | FS-9206: [core] endable proxy media auto-adjust on... |
commit | commitdiff | tree |
2017-01-17 |
Anthony Minessale | FS-9654 |
commit | commitdiff | tree |
2017-01-16 |
Anthony Minessale | FS-9654 regression |
commit | commitdiff | tree |
2017-01-16 |
Anthony Minessale | FS-9654 additional changes |
commit | commitdiff | tree |
2017-01-13 |
Mike Jerris | Merge pull request #1151 in FS/freeswitch from ~ANDYWOL... |
commit | commitdiff | tree |
2017-01-13 |
Andrey Volk | FS-9948 [mod_png] Add mod_png to windows build |
commit | commitdiff | tree |
2017-01-13 |
Italo Rossi | FS-9947 [verto_communicator] Do not try to parse empty... |
commit | commitdiff | tree |
2017-01-13 |
Italo Rossi | FS-9946 [verto_communicator] Fixed video size when... |
commit | commitdiff | tree |
2017-01-12 |
Mike Jerris | Merge pull request #1150 in FS/freeswitch from ~ANDYWOL... |
commit | commitdiff | tree |
2017-01-12 |
Andrey Volk | FS-9944 [core] Add core video support to windows build |
commit | commitdiff | tree |
2017-01-12 |
Brian West | additional test cases for FS-9943 |
commit | commitdiff | tree |
2017-01-12 |
Brian West | FS-9943: [core] Default 488 handling for t.38 re-invite... |
commit | commitdiff | tree |
2017-01-12 |
Mike Jerris | Merge pull request #1149 in FS/freeswitch from ~LAZEDO... |
commit | commitdiff | tree |
2017-01-12 |
Luis Azedo | [mod_sofia] FS-9940 fix finding a-leg parameter |
commit | commitdiff | tree |
2017-01-11 |
Mike Jerris | FS-9934: [mod_redis] fix segfault on windows on close... |
commit | commitdiff | tree |
2017-01-10 |
Mike Jerris | Merge pull request #1147 in FS/freeswitch from bugfix... |
commit | commitdiff | tree |
2017-01-10 |
Anthony Minessale | FS-9933: [freeswitch-core] Fallback from native file... |
commit | commitdiff | tree |
2017-01-10 |
Mike Jerris | FS-9931: [mod_sofia] don't send display updates to... |
commit | commitdiff | tree |
next |