-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update geohash.c #6
base: master
Are you sure you want to change the base?
Update geohash.c #6
Commits on Apr 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 76974d6 - Browse repository at this point
Copy the full SHA 76974d6View commit details
Commits on Apr 7, 2019
-
Added the #ifdef __cplusplus stuff so geohash.h can be used with
c++ code.
John Tomlinson authored and John Tomlinson committedApr 7, 2019 Configuration menu - View commit details
-
Copy full SHA for f15f30e - Browse repository at this point
Copy the full SHA f15f30eView commit details
Commits on Apr 19, 2019
-
The previous mods cause a buffer overrun because of the recursive
call to get_neighbor.
John Tomlinson authored and John Tomlinson committedApr 19, 2019 Configuration menu - View commit details
-
Copy full SHA for 257d100 - Browse repository at this point
Copy the full SHA 257d100View commit details
Commits on Apr 27, 2019
-
Changed the char *hash paramter in geohash_getneighbor and geohash_ne…
…ighbors ifunctions to a const char *. This makes it more compatible with C++ programs. Of course this mean you can only use modern C compilers.
John Tomlinson authored and John Tomlinson committedApr 27, 2019 Configuration menu - View commit details
-
Copy full SHA for b85746f - Browse repository at this point
Copy the full SHA b85746fView commit details -
Changed the char *hash paramter in get_neighbor and geohash_neighbors
ifunctions to a const char *. This makes it more compatible with C++ programs. Of course this mean you can only use modern C compilers.
John Tomlinson authored and John Tomlinson committedApr 27, 2019 Configuration menu - View commit details
-
Copy full SHA for c7bda62 - Browse repository at this point
Copy the full SHA c7bda62View commit details -
Merge branch 'normalblaster-patch-buffer-overrun-memory-leak' of http…
…s://github.com/normalblaster/libgeohash into normalblaster-patch-buffer-overrun-memory-leak
John Tomlinson authored and John Tomlinson committedApr 27, 2019 Configuration menu - View commit details
-
Copy full SHA for e6efe00 - Browse repository at this point
Copy the full SHA e6efe00View commit details -
Merge branch 'normalblaster-patch-buffer-overrun-memory-leak' of http…
…s://github.com/normalblaster/libgeohash into normalblaster-patch-buffer-overrun-memory-leak
John Tomlinson authored and John Tomlinson committedApr 27, 2019 Configuration menu - View commit details
-
Copy full SHA for e86c49e - Browse repository at this point
Copy the full SHA e86c49eView commit details -
Merge branch 'normalblaster-patch-buffer-overrun-memory-leak' of http…
…s://github.com/normalblaster/libgeohash into normalblaster-patch-buffer-overrun-memory-leak
John Tomlinson authored and John Tomlinson committedApr 27, 2019 Configuration menu - View commit details
-
Copy full SHA for 91fa852 - Browse repository at this point
Copy the full SHA 91fa852View commit details
Commits on May 5, 2019
-
Changed the Makefile to create a shared object which is more useful for
building linux apps.
John Tomlinson authored and John Tomlinson committedMay 5, 2019 Configuration menu - View commit details
-
Copy full SHA for 3c8b127 - Browse repository at this point
Copy the full SHA 3c8b127View commit details