Commit Graph

3164 Commits

Author SHA1 Message Date
Kfir Itzhak 022ecf4227 Merge pull request #201 from ZoneMinder/signalfixes
Signal improvements and fixes
2013-10-07 08:45:12 -07:00
Andy Bauer 01be7a8aec Update configure.ac
make ZoneMinder lowercase to match the folder with the same name
2013-10-07 09:14:53 -05:00
Kyle Johnson 1ac034982f Readding version... Older versions still point at it. 2013-10-07 10:12:18 -04:00
Kyle Johnson 03d12ef3e4 Point zmupdate to the github pages site (non-https) for version numbers 2013-10-07 10:11:09 -04:00
Andy Bauer 072b66beec Merge pull request #203 from knnniggett/pkgdata
Create pkgdatadir in make
2013-10-07 07:06:21 -07:00
Kfir Itzhak ba727a5611 Changed default HTTP version to 1.0 instead of 1.1, as we don't fully support important HTTP/1.1 features such as chunked encoding 2013-10-07 16:57:26 +03:00
Kfir Itzhak 1609fd688b Changed default option of ZM_COLOUR_JPEG_FILES to no. It impacts performance and is not needed anymore, all modern image viewers support grayscale JPEG images 2013-10-07 16:54:13 +03:00
Kyle Johnson b3b66d4773 This shouldn't have been bumped yet 2013-10-07 09:50:24 -04:00
Andrew Bauer e04cc4d026 Create pkgdatadir in make 2013-10-07 08:28:19 -05:00
Kfir Itzhak 6847e9016e Fix ZM_NO_MMAP cmake option 2013-10-07 15:06:26 +03:00
Kfir Itzhak 0a11d1bee5 Remove the ZM_NO_CRASHTRACE option from cmake. Not needed now that we have proper dependency checking 2013-10-07 14:43:35 +03:00
Kfir Itzhak 25297bde73 Push the debugging in zm_signal further down 2013-10-07 11:27:53 +03:00
Kfir Itzhak 2cb65c6430 Always print cr2 and ip as long if siginfo and ucontext are available 2013-10-07 11:07:41 +03:00
Kfir Itzhak 1d7f664627 1) Removed the use of deprecated and undocumented sigcontext (Replaced by siginfo and ucontext)
2) Removed the checks for sigcontext, strsignal and siginfo.h
3) Added debugging code to the die handler
4) Using SA_RESTART in the hup and reload handlers to prevent certain functions returning EINTR
5) Added SIGINT and SIGQUIT to the term handler
2013-10-07 10:37:58 +03:00
Kfir Itzhak e4b1be73ef Used indent -linux on src/zm_signal.cpp to convert all spaces to tabs 2013-10-07 02:57:01 +03:00
Kfir Itzhak cd154e86f2 Remove accidently committed planned crash code in src/zmc.cpp 2013-10-07 02:44:56 +03:00
Kfir Itzhak 0bb2ee7efc More signal improvements:
1) Cleaner code
2) Fixed the path displayed in the addr2line line
3) Improved dependency checking for backtrace
4) Few more improvements
2013-10-07 02:37:50 +03:00
Andy Bauer 6b11db11ca Update CMakeLists.txt
Need the zm.in file to be processed by CMake
2013-10-06 17:43:59 -05:00
Kfir Itzhak a248bc9a10 Merge pull request #200 from knnniggett/zm_path_data
Create ZM_PATH_DATA and point zmupdate to ZM_PATH_DATA/db
2013-10-06 10:36:20 -07:00
Andy Bauer 02f33cc884 Rename zoneminder.1.26.el6.spec to zoneminder.el6.spec 2013-10-06 12:24:19 -05:00
Andy Bauer 2393f6ae77 Update zoneminder.1.26.el6.spec 2013-10-06 12:23:44 -05:00
Andy Bauer 28422d99ad Merge pull request #1 from ZoneMinder/datapathcmake
Added support for @PKGDATADIR@ in CMakeLists.txt
2013-10-06 09:32:26 -07:00
Kfir Itzhak b5c536b134 Signal and backtrace improvements 2013-10-06 18:26:33 +03:00
Kfir Itzhak 18b72f9617 Fix detection of signal structures in cmake 2013-10-06 18:23:00 +03:00
Kfir Itzhak 9aaafbef86 Added support for @PKGDATADIR@ in CMakeLists.txt 2013-10-06 17:12:02 +03:00
mastertheknife a9e886aea2 Fix small zipped images bug introduced by commit e12a9dc408 2013-10-06 06:35:56 +03:00
Andy Bauer b8f3124f1c Update README.Fedora 2013-10-05 19:45:07 -05:00
Andy Bauer 665638cabb Update README.CentOS 2013-10-05 19:44:32 -05:00
Andy Bauer 95a0480216 Update README.Fedora 2013-10-05 19:41:28 -05:00
Andy Bauer a09d690a1c Update zoneminder.f19.spec 2013-10-05 19:33:38 -05:00
Andy Bauer c2c8d18a9e Update zoneminder.f19.spec 2013-10-05 19:14:04 -05:00
Andy Bauer d853e53c5e Create zoneminder-1.26.4-dbinstall.patch 2013-10-05 19:11:14 -05:00
Knniggett 32ee0a8976 create ZM_PATH_DATA and point zmupdate to ZM_PATH_DATA/db 2013-10-05 18:40:54 -05:00
Andy Bauer 5fe50152ff Update README.Fedora 2013-10-05 17:21:30 -05:00
Andy Bauer 2d1d0a3ad3 Rename zoneminder.tmpfiles.d to zoneminder.tmpfiles 2013-10-05 17:05:33 -05:00
Andy Bauer 2bdc1a3fae Create zoneminder.tmpfiles.d 2013-10-05 16:56:42 -05:00
Andy Bauer 50fea88690 Rename redalart.wav to redalert.wav
fix typo
2013-10-05 15:49:28 -05:00
Kfir Itzhak 38e2244fa9 Merge pull request #199 from knnniggett/rmsourcedir
remove ${CMAKE_CURRENT_SOURCE_DIR} from zm perl modules target
2013-10-05 12:46:16 -07:00
Knniggett d0cbb3f498 remove ${CMAKE_CURRENT_SOURCE_DIR} from add_custom_target 2013-10-05 14:29:12 -05:00
Kfir Itzhak 96902c216d Fix comparison sign warning introduced in pull request #174 commit 33b6e5c 2013-10-05 16:42:13 +03:00
mastertheknife e12a9dc408 Fixed compilation failure when zlib is not available 2013-10-04 23:20:39 +03:00
mastertheknife 3dbef94b04 Removed INSTALLDIRS from the cmake perl modules CMakeLists.txt 2013-10-04 22:50:50 +03:00
mastertheknife 5607f2823f Fixed missing perl5 in path in the last commit 2013-10-04 22:40:09 +03:00
mastertheknife 9c3540a952 Attempt to fix issues with perl paths that andy is experiencing 2013-10-04 22:35:16 +03:00
mastertheknife c795afc833 Updated ZM version in cmake to 1.26.4 2013-10-04 19:53:59 +03:00
Isaac Connor 4b1ee3cae7 Merge branch 'master' of github.com:ZoneMinder/ZoneMinder 2013-10-04 11:56:46 -04:00
Isaac Connor 60258e7aa1 Check the size of the mmap file before mmaping it. If the mmap file 0 ( can happen with remote cameras that can't be reached because it is offline ) we get sigbus. I think the mmap succeeds, but is zero sized, so the first access causes SIGBUS. 2013-10-04 11:54:21 -04:00
Kevin Crider 2649b1f827 Merge pull request #194 from WDKevin/master
Added missing word in readme
2013-10-04 06:33:03 -07:00
Kevin Crider f4a37bbb12 Added missing word in readme 2013-10-04 09:32:00 -04:00
Andy Bauer 1afa52637e Update zoneminder.f19.spec
gcc4.7/4/8 patch no longer needed
2013-10-04 06:39:44 -05:00