1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Nov 28, 2024 — Nov 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed missing reference to src/Makefile.in More... over 12 years ago
Updated to add executables and config.status More... over 12 years ago
Merge branch 'develop' as a checkpoint to keep master recent More... over 12 years ago
Merge branch 'develop' of https://github.com/verisign/getdns into develop More... over 12 years ago
the guts of the dict datatype are working, still need to complete the helper funcs More... over 12 years ago
More cleanup More... over 12 years ago
Moving things around to run configure at top level of directory tree More... over 12 years ago
Moving things around to run configure at top level of directory tree More... over 12 years ago
removed redundant configure.ac More... over 12 years ago
might be helpful to have a common .gitignore More... over 12 years ago
We should not have Makefiles in the repository More... over 12 years ago
removed src/.deps More... over 12 years ago
deleted: src/common/Makefile.in~ - backup file More... over 12 years ago
Removed Makefile, as it's automatically generated from Makefile.in by the configure script More... over 12 years ago
modified: src/common/Makefile.in More... over 12 years ago
Finished implementing list data type (except for dict items) - including a reasonable set of automated unit/regression tests More... over 12 years ago
list data type partially implemented, unit test framework started More... over 12 years ago
added proposed cache design More... over 12 years ago
removed core_only source since all funcs are separated now More... over 12 years ago
separated the remaining functions More... over 12 years ago
Merge branch 'develop' More... over 12 years ago
using suffixes in Makefile, moved changed files from src to common (merged) More... over 12 years ago
Merge branch 'master' into develop More... over 12 years ago
Merge branch 'develop' More... over 12 years ago
separated context mangement functions from core source code More... over 12 years ago
continuing work on comments and code separation More... over 12 years ago
Added generated configure script
Melinda Shore
as MelindaShore
More... over 12 years ago
Merge More... over 12 years ago
See detailed changes below. Basically, moved src/src to src/commit and moved top level configure/build to src. Added support for building into a different directory (for example, mkdir build ; cd build ; ../configure ; make ). More... over 12 years ago
Added Doxygen config and started formatting comments in sources More... over 12 years ago