Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | More refactoring of rollover checking. | Eric S. Raymond | 2011-01-17 | 1 | -1/+1 | |
| | ||||||
* | Refactor the rollover check. All regression tests pass. | Eric S. Raymond | 2011-01-17 | 1 | -5/+5 | |
| | ||||||
* | Detect week-counter overruns using the leap second. | Eric S. Raymond | 2011-01-15 | 1 | -1/+7 | |
| | ||||||
* | Undo a previous commit to unbreak the DBUS build. | Eric S. Raymond | 2011-01-14 | 1 | -3/+3 | |
| | ||||||
* | Eliminate RAW_ENABLE, it's no longer needed. | Eric S. Raymond | 2011-01-13 | 1 | -1/+1 | |
| | ||||||
* | More deheader testing. All regressions pass, codebase splints clean. | Eric S. Raymond | 2011-01-13 | 1 | -2/+3 | |
| | ||||||
* | Warning cleanups. | Eric S. Raymond | 2011-01-13 | 1 | -1/+1 | |
| | ||||||
* | More mud wrestling with autotools. | Eric S. Raymond | 2011-01-12 | 1 | -5/+8 | |
| | ||||||
* | Add device activation/deactivation hook | Paul Fertser | 2011-01-11 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | This adds possibility for a system integrator to define custom hooks that are executed on device activation and deactivation. Since there's no standard way to control power consumption of different gps devices out there, the designers of embedded appliances usually provide a system-specific way to do power management of a GPS module. This might be e.g. a power_on sysfs node. This patch adds an opportunity for a system integrator to transparently enable power for device as soon as any client starts requesting data from it and to disable power on deactivation (which normally happens 60 seconds after the last client who needed it disconnected). Signed-off-by: Eric S. Raymond <esr@thyrsus.com> | |||||
* | Polish and better document the udev/hotplug code. | Eric S. Raymond | 2010-12-28 | 1 | -1/+1 | |
| | | | | It's working under Ubuntu 10.04.1 LTS. | |||||
* | Conform to current udev naming conventions. | Eric S. Raymond | 2010-12-28 | 1 | -2/+2 | |
| | ||||||
* | Typo fixes. | Eric S. Raymond | 2010-12-26 | 1 | -2/+2 | |
| | ||||||
* | More header portability audting with a new version of deheader. | Eric S. Raymond | 2010-12-22 | 1 | -1/+1 | |
| | ||||||
* | Remove a -DBINARY_ENABLE that was screwing up deheader test compilations. | Eric S. Raymond | 2010-12-22 | 1 | -2/+2 | |
| | ||||||
* | Remove -MULTIOUT_RECOVER_DELETED from Makefile.am | Bernd Zeimetz | 2010-12-18 | 1 | -22/+7 | |
| | ||||||
* | Link test_bits with bits.o instead of libgpsd. | Greg Troxel | 2010-12-18 | 1 | -1/+1 | |
| | | | | | Without this, test_bits fails to link due to undefined gpsd_report(). >From Beat Bolli on gpsd-dev@. | |||||
* | Remove a remnant reference to gpsd_report.c. | Eric S. Raymond | 2010-12-17 | 1 | -1/+0 | |
| | ||||||
* | Attempt a better fix for libQgpsmm not linking properly. | Eric S. Raymond | 2010-12-17 | 1 | -1/+1 | |
| | ||||||
* | Factor out our implementation of daemon(3) and use it as a fallback... | Eric S. Raymond | 2010-12-17 | 1 | -0/+4 | |
| | | | | | ...in case the local OS doesn't have it (it's not SuS/POSIX portable). >From an idea by Gleb Smirnoff. but with cleaner build-system integration. | |||||
* | Abolish gpsd_report.c. No more hardwired logging from the client libraries. | Eric S. Raymond | 2010-12-16 | 1 | -1/+0 | |
| | | | | Only the daemon now uses this function. | |||||
* | Noise reduction. | Eric S. Raymond | 2010-12-16 | 1 | -1/+1 | |
| | ||||||
* | Version-stamp the SHA sum file. | Eric S. Raymond | 2010-12-16 | 1 | -2/+2 | |
| | ||||||
* | Work around a splint bug. | Eric S. Raymond | 2010-12-15 | 1 | -2/+4 | |
| | ||||||
* | Trying to isolate a splint error. No code changes. | Eric S. Raymond | 2010-12-15 | 1 | -2/+4 | |
| | ||||||
* | We can't use the Python -B option, it's not back portable to 2.5. | Eric S. Raymond | 2010-12-15 | 1 | -1/+1 | |
| | ||||||
* | Pass MAKE variable to setup.py. | Greg Troxel | 2010-12-14 | 1 | -2/+2 | |
| | | | | | | | | | | When run as "make install" on NetBSD, all is well. "gmake install" fails not being able to make target "w". Passing MAKE=$(MAKE) to setup.py resolves this, because the child make from setup.py (why is that happening) is than gmake. I don't know why calling setup.py from gmake and then calling (bsd)make from setup.py is a problem, but it seems to be asking for trouble to switch make implementations in mid-install. | |||||
* | Wow, I totally baked the geostar import... | Chris Kuethe | 2010-12-11 | 1 | -0/+1 | |
| | ||||||
* | Merge branch 'master' of ssh://git.berlios.de/gitroot/gpsd | Eric S. Raymond | 2010-12-11 | 1 | -1/+1 | |
|\ | | | | | | | Take gem's version of the chrony path handling. | |||||
| * | When PPS is built, try to use, but do not require, librt. | Gary E. Miller | 2010-12-11 | 1 | -1/+1 | |
| | | | | | | | | | | librt lets gpsd use clock_gettime() which is better than gettimeofday(). | |||||
* | | Code splints clean except for endiabbess stuff in driver_garmin.c. | Eric S. Raymond | 2010-12-08 | 1 | -0/+1 | |
|/ | ||||||
* | Merge branch 'master' of ssh://git.berlios.de/gitroot/gpsd | Eric S. Raymond | 2010-12-06 | 1 | -3/+6 | |
|\ | ||||||
| * | Remove the libgps test binary during make clean. | Bernd Zeimetz | 2010-12-05 | 1 | -1/+3 | |
| | | ||||||
| * | Add missing linking for libbluetooth. | Bernd Zeimetz | 2010-12-03 | 1 | -2/+3 | |
| | | | | | | | | This fixes a FTBFS when gpsd is being built with binutils-gold. | |||||
* | | Typo fix. | Eric S. Raymond | 2010-12-06 | 1 | -1/+1 | |
|/ | ||||||
* | Document the deheader production. | Eric S. Raymond | 2010-12-03 | 1 | -3/+4 | |
| | ||||||
* | Clean up the code base and add switches so deheader runs clean. | Eric S. Raymond | 2010-12-03 | 1 | -1/+2 | |
| | ||||||
* | Try to prevent deheader passes from doing mischief. | Eric S. Raymond | 2010-12-02 | 1 | -0/+2 | |
| | ||||||
* | More deheaderizing. All regression tests pass. | Eric S. Raymond | 2010-12-01 | 1 | -1/+1 | |
| | ||||||
* | Typo fix. | Eric S. Raymond | 2010-12-01 | 1 | -2/+2 | |
| | ||||||
* | A production for deheader scans. | Eric S. Raymond | 2010-12-01 | 1 | -0/+7 | |
| | ||||||
* | Better clean for the various Python leftovers. | Bernd Zeimetz | 2010-10-27 | 1 | -1/+3 | |
| | ||||||
* | libtool does not necessarily work with /bin/sh. | Bernd Zeimetz | 2010-10-15 | 1 | -2/+2 | |
| | | | | Let autotools decide about the proper way to call libtool. | |||||
* | Make the hotplug wrapper work when USBAUTO is not set. | Miroslav Lichvar | 2010-09-15 | 1 | -0/+3 | |
| | | | | | | | | | | | | The wrapper doesn't seem to work when USBAUTO is not set, this is because [ -n ] gives different result than [ -n "" ], addressed by the attached patch. It includes also the options remapping to be consistent with the rpm init script and sysconfig file, and adds /usr/sbin to PATH which is needed on some systems to find gpsd in the hotplug script. Signed-off-by: Eric S. Raymond <esr@thyrsus.com> | |||||
* | Add regression tests for identation in Python files. | Bernd Zeimetz | 2010-08-29 | 1 | -1/+6 | |
| | ||||||
* | Let the testregress target depend on geoid-regress. | Bernd Zeimetz | 2010-07-16 | 1 | -1/+1 | |
| | ||||||
* | libgpsd needs to be linked with $(LIBUSB_LIBS) | Bernd Zeimetz | 2010-07-15 | 1 | -0/+2 | |
| | ||||||
* | Fix a few copy and paste errors. Nothing critical luckily. | Bernd Zeimetz | 2010-07-15 | 1 | -7/+7 | |
| | ||||||
* | Bump maximum channel count to 32. | Eric S. Raymond | 2010-07-13 | 1 | -1/+1 | |
| | | | | | | | | | This is in order to accommodate devices that can do GLONASS; requires a library-major-version bump. Required a rebuild of two regression tests duee to the change in the number of GSA fields dumped in pseudo-NMEA output. Other than that, all regression tests pass. | |||||
* | This patch has the changes needed for RPM packaging. | Michael R. Davis | 2010-07-12 | 1 | -6/+10 | |
| | ||||||
* | Remove --exclude in am__tar. | Greg Troxel | 2010-07-11 | 1 | -6/+0 | |
| | | | | | | | | | | | | | | Detailed rationale: # We place the test directory in EXTRA_DIST. In general, this runs # the risk of including VCS control files. Previously there was a # kludge: # am__tar += --exclude '.git' --exclude '.gitignore' # but that is unnecessary as git does not place control files in # subdirectories. Also, adding --exclude is not acceptable because # the POSIX tar specification does not include --exclude. tar implemenation # complying with POSIX with tar up .git and .gitignore *instead* of the # intended directory. |