Commit Graph

24928 Commits

Author SHA1 Message Date
William King 7360c1e898 This is probably what was intended. If the pointer 'path' is NULL, or if it is not NULL, then the first char should not be '\0' 2013-06-12 21:21:38 -07:00
William King 4fddabe543 oops 2013-06-12 21:17:04 -07:00
William King 3d13776af2 DO NOT PULL TO MASTER. Fix typo when setting the video recv port. Bug does not exist in master due to the refactor. 2013-06-12 18:33:45 -07:00
William King ac9bfb194b Fix minor typo so that the metadata album field can be set. 2013-06-12 17:17:40 -07:00
William King a393b78f6e Since I can't seem to locate what this might be used for, or the more correct solution, I'm going to comment it out for now. If someone can find a better solution so that this functionality would actually work, please advise. 2013-06-12 17:11:22 -07:00
William King 3815a5a170 Make sure to cleanup event if there was a failure that caused it not to be fired. 2013-06-12 17:01:56 -07:00
William King 5f1e9d93f2 On the off chance the if statement takes the false branch, let's not leak the memory. again. 2013-06-12 16:46:21 -07:00
William King c53ffe7102 On the off chance the if statement takes the false branch, let's not leak the memory 2013-06-12 16:42:00 -07:00
Chris Rienzo 74313a6866 mod_http_cache: fixed wrong string to sign when referencing AWS S3 object with subdirectory 2013-06-12 09:39:09 -04:00
Seven Du fe1b20eb59 FS-5498 add ringing and early stats to event 2013-06-12 09:23:22 +08:00
Anthony Minessale f2db9b56be FS-5500 --resolve 2013-06-11 11:38:39 -05:00
Anthony Minessale efe3ff7be4 FS-5498 fix state change 2013-06-11 11:23:45 -05:00
Anthony Minessale e52f4ac56f FS-5498 add profile-variables section to directory to specify profile variables to be set automatically 2013-06-11 09:38:38 -05:00
Anthony Minessale e0dc4842ae FS-5498 2013-06-10 19:13:05 -05:00
Anthony Minessale ab947f5bc5 FS-5498 2013-06-10 18:21:51 -05:00
Brian West 658c4d732d Skip to next file when you hup the stream 2013-06-07 12:29:13 -05:00
Travis Cross 9b611f0175 Spelling fix 2013-06-07 07:26:29 +00:00
William King 66652ec198 how...? 2013-06-07 07:26:28 +00:00
William King b214f20768 Since there isn't neutral ground, on the rtmp state callback we actually have to force the write lock of the session, but we only need a try lock on removing the session from the rsession->session_hash. This removes a deadlock caused when we had to enforce with locks that the rsession couldn't be destroyed if the FS session was in the middle of a hangup. 2013-06-07 07:26:28 +00:00
William King ce9bf959e9 Seems the session wasn't coming to the hangup in a locked state. 2013-06-07 07:26:27 +00:00
William King 1ff548f24c Seems having a read lock still prevents a write lock to be taken, even if the thread that is trying to get the write lock currently has the read lock. 2013-06-07 07:26:27 +00:00
William King 8d370ff6e6 Include the write lock since we're changing the tech_pvt 2013-06-07 07:26:26 +00:00
Jeff Lenk df141a13b3 trivial fix compiler warning 2013-06-07 07:26:26 +00:00
Ken Rice 1fe6f39acf Require OpenSSL 2013-06-07 07:26:25 +00:00
Jeff Lenk b1e296b948 another esl managed tweak 2013-06-07 07:26:24 +00:00
Jeff Lenk 230cea6982 tweak windows esl managed - removing mixed mode and any from the solution - this should remove some of the ambiguity around building 2013-06-07 07:26:24 +00:00
Jeff Lenk 26ca852eb0 FS-5167 fix 2010 dependency 2013-06-07 07:26:19 +00:00
Jeff Lenk ad292fb13c FS-5273 --resolve windows update resource version for pthreads 2013-06-07 07:26:18 +00:00
Jeff Lenk 0929e12630 FS-5290 --resolve 2013-06-07 07:26:17 +00:00
Jeff Lenk 757f5f50fd FS-5167 add missing gitignore 2013-06-07 07:26:17 +00:00
Jeff Lenk 55ff737e57 FS-5290 --resolve 2013-06-07 07:26:16 +00:00
Michael Jerris 4fc4f7495e FS-5250: --resolve fix mac build 2013-06-07 07:26:16 +00:00
Jeff Lenk 270c47a0a5 FS-5167 fs_cli update dependency 2013-06-07 07:26:15 +00:00
Jeff Lenk b3fc9067d4 FS-5167 2013-06-07 07:26:15 +00:00
Jeff Lenk 5d77546bd5 FS-5167 add version stuff to vs2010 2013-06-07 07:26:13 +00:00
Moises Silva 2f208a64a7 OPENZAP-200 --resolve
Patch provided by: Spencer Thomason

Implement appropiate caller/called TON in ftmod_libpri
2013-06-07 07:26:12 +00:00
Jeff Lenk 438db191b3 FS-5167 2013-06-07 07:26:12 +00:00
Jeff Lenk ec44f6aec0 FS-5167 2013-06-07 07:26:11 +00:00
Jeff Lenk a319f91ee6 FS-5272 --resolve 2013-06-07 07:26:10 +00:00
Jeff Lenk e9b94b0fbc windows missed this spot 2013-06-07 07:26:06 +00:00
Jeff Lenk c75fc0d688 windows compile openssl missed this 2013-06-07 07:26:06 +00:00
Mathieu Parent c9e09cf78a Revert local stuff from previous commit 2013-06-07 07:26:04 +00:00
Brian West ed0ae1e669 FS-5255 --resolve 2013-06-07 07:26:03 +00:00
Jeff Lenk f6838e2ce0 windows openssl missing file 2013-06-07 07:25:58 +00:00
Jeff Lenk 329fd4715a upgrade windows openssl to 1.0.1c 2013-06-07 07:25:58 +00:00
Travis Cross 0367a6ffa0 Whitespace cleanup to previous commit 2013-06-07 07:00:13 +00:00
William King 80013452dc Previous commit was incorrect. This would correctly handle the memory loss case. 2013-06-06 23:54:55 -07:00
William King 63ebf3c9c2 Was causing a very small leak on naptr lookups. Upon review just happened to be a typo missing a bang. 2013-06-06 23:54:42 -07:00
Michael S Collins e583ead867 More to-be-recorded phrases. 2013-06-07 05:42:46 +00:00
Michael S Collins 98a651d69f More phrases 2013-06-07 05:42:45 +00:00