Commit Briefs

Omar Polo

add libobj to the tests


Omar Polo

remove the dependency on utils.c from a few binaries

telescope-identity(1) and the tests don't need it anymore.




Omar Polo

fix regress after recent changes


Omar Polo

move all the sources back in the root directory

subdir is just messier for no good reason


Omar Polo

move includes back to the root directory

Splitting stuff into sub-directories was just a big mistake.


Omar Polo

remove phos; now unused

phos was an attempt at building a gemini client/server library. It didn't went as I expected, mostly because it's such a simple protocol... Anyway, the only use in telescope was for the uri module, which has already been replaced with the built-in iri. Which still sucks (and despite the name, can still only handle URIs) but it's hopefully better. The APIs are better.



Omar Polo

iri: add tests for the parser



Omar Polo

fix CLEANFILES for tests


Omar Polo

move headers to include/


Omar Polo

move parsers to their own subdir


Omar Polo

fix tests for build out-of-tree

now `make distcheck' works as advertised