| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Split an excessively long function. No logic changes. All regression tests pass. | Eric S. Raymond | 2011-02-24 | 1 | -62/+2 |
* | Abolish device->is_serial. Replaced by device->servicetype. | Eric S. Raymond | 2011-02-24 | 1 | -3/+0 |
* | Eliminate the context->netgnss_service member. | Eric S. Raymond | 2011-02-24 | 1 | -0/+3 |
* | Refactor device opening. No logic changes. All regression tests pass. | Eric S. Raymond | 2011-02-23 | 1 | -0/+61 |
* | More deheader testing. All regressions pass, codebase splints clean. | Eric S. Raymond | 2011-01-13 | 1 | -3/+3 |
* | Partial splint cleanup. All regression tests pass. | Eric S. Raymond | 2011-01-12 | 1 | -1/+1 |
* | Re-commit the new device locking, previously removed by a finger error. | Eric S. Raymond | 2011-01-11 | 1 | -23/+34 |
* | Revert "Try a tighter locking regime for serial devices." | Chris Kuethe | 2011-01-11 | 1 | -39/+26 |
* | Try a tighter locking regime for serial devices. | Eric S. Raymond | 2011-01-11 | 1 | -26/+39 |
* | It really needs to be %04x in JSON escaping, otherwise we don't get fixed width. | Eric S. Raymond | 2011-01-11 | 1 | -4/+7 |
* | Comment typo fix. | Eric S. Raymond | 2011-01-10 | 1 | -1/+1 |
* | Block other processes from using our serial devices while we have them open. | Eric S. Raymond | 2011-01-10 | 1 | -1/+15 |
* | Under Linux, use /proc to avoid opening serial devices already open. | Eric S. Raymond | 2011-01-10 | 1 | -0/+48 |
* | We longer send wakeup probes to USB devices. | Eric S. Raymond | 2011-01-09 | 1 | -6/+8 |
* | Move the speed warning so each autobaud test does not give the warning. | Gary E. Miller | 2010-12-29 | 1 | -3/+0 |
* | Add generic warning on slow link speed. | Gary E. Miller | 2010-12-29 | 1 | -0/+3 |
* | let character devices default to RS232 | Chris Kuethe | 2010-12-24 | 1 | -1/+1 |
* | We were checking for sys/modem.h and never needed it. | Eric S. Raymond | 2010-12-14 | 1 | -3/+0 |
* | Still more simplification of configuration and header handling. | Eric S. Raymond | 2010-12-14 | 1 | -2/+0 |
* | More header rationalizations, | Eric S. Raymond | 2010-12-14 | 1 | -8/+4 |
* | Code splints clean except for endiabbess stuff in driver_garmin.c. | Eric S. Raymond | 2010-12-08 | 1 | -0/+4 |
* | over-zealous header removal | Chris Kuethe | 2010-12-02 | 1 | -0/+4 |
* | Unused-header removals by deheader. All regression tests pass. | Eric S. Raymond | 2010-12-01 | 1 | -5/+0 |
* | Bug #17637: /dev/ttySAC1 is always opened in read-only mode | Timo Juhani Lindfors | 2010-11-06 | 1 | -1/+1 |
* | Fixes for previous Bluetooth code. | Alban Browaeys | 2010-07-02 | 1 | -2/+3 |
* | Merge experimental BluZ support. Code is not yet enabled or tested. | Eric S. Raymond | 2010-06-18 | 1 | -11/+49 |
* | Recover from zero-length reads. | Eric S. Raymond | 2010-06-14 | 1 | -0/+2 |
* | A long step towards reading UDP packets. | Eric S. Raymond | 2010-04-28 | 1 | -1/+2 |
* | Log NTP link activation after, not before. | Eric S. Raymond | 2010-04-25 | 1 | -2/+3 |
* | Don't waste time in the hunt loop if the supposed GPS fd is not actually a tty. | Eric S. Raymond | 2010-04-15 | 1 | -0/+4 |
* | Reindented core library. All regressiopn tests pass. | Eric S. Raymond | 2010-04-14 | 1 | -96/+120 |
* | Under Linux, gpsd now classifies its input devices at open() time. | Eric S. Raymond | 2010-04-13 | 1 | -4/+41 |
* | Add all our info on the spin bug to TODO, and instrument all opens/closes. | Eric S. Raymond | 2010-04-06 | 1 | -0/+4 |
* | Vanish away Id and Rev $ keywords, git won't expand them to anything useful. | Eric S. Raymond | 2010-03-13 | 1 | -2/+1 |
* | Copyright stamps everywhere. No code changes. | Eric S. Raymond | 2010-03-11 | 1 | -1/+5 |
* | David Ludlow's housekeeping and type-cleanup patch. | Eric S. Raymond | 2010-01-02 | 1 | -1/+1 |
* | Fixed JSON dumping of AIS type 15. | Eric S. Raymond | 2009-12-07 | 1 | -0/+1 |
* | When shutting down the serial port keep the last baud rate... | Gary E. Miller | 2009-12-01 | 1 | -0/+7 |
* | Include the whole config file in gpsd.h. | Eric S. Raymond | 2009-11-20 | 1 | -0/+2 |
* | Mac OS X cleanup passes from mledford. | Eric S. Raymond | 2009-11-19 | 1 | -1/+1 |
* | Fix some whitespace glitches found while experimenting with indent(1). | Eric S. Raymond | 2009-11-17 | 1 | -1/+1 |
* | With this change I think you can nicely log all PPS/NTPD related logs this way: | Gary E. Miller | 2009-11-16 | 1 | -1/+1 |
* | Remove a fulfilled TODO item, add some warning comments, | Eric S. Raymond | 2009-09-17 | 1 | -1/+12 |
* | Fold the probe_wakup method into the new generic lifetime-event hook. | Eric S. Raymond | 2009-09-13 | 1 | -4/+4 |
* | Guard some inclusions that splint doesn't like. | Eric S. Raymond | 2009-09-10 | 1 | -0/+2 |
* | Dyke out the remotegpsd code. | Eric S. Raymond | 2009-09-10 | 1 | -11/+0 |
* | Son of the Splint Cleanup. | Eric S. Raymond | 2009-09-10 | 1 | -4/+4 |
* | Bride of the Splint Cleanup. All regression tests pass. | Eric S. Raymond | 2009-09-10 | 1 | -1/+1 |
* | Partial splint cleanup. All regression tests pass. | Eric S. Raymond | 2009-09-09 | 1 | -1/+1 |
* | Major rearrangement of device members in struct gpsdata_t... | Eric S. Raymond | 2009-08-23 | 1 | -15/+15 |