Wed, 06 Jan 2010 16:32:00 +0200add missing dev-server script
Tero Marttila <terom@fixme.fi> [Wed, 06 Jan 2010 16:32:00 +0200] rev 36
add missing dev-server script

Wed, 06 Jan 2010 16:26:22 +0200compile with -O2 sometimes?
Tero Marttila <terom@fixme.fi> [Wed, 06 Jan 2010 16:26:22 +0200] rev 35
compile with -O2 sometimes?

Wed, 06 Jan 2010 16:23:35 +0200implement zoom
Tero Marttila <terom@fixme.fi> [Wed, 06 Jan 2010 16:23:35 +0200] rev 34
implement zoom

Wed, 06 Jan 2010 16:05:02 +0200don't use pthread_cancel to shutdown threads, it doesn't work...
Tero Marttila <terom@fixme.fi> [Wed, 06 Jan 2010 16:05:02 +0200] rev 33
don't use pthread_cancel to shutdown threads, it doesn't work...

Wed, 06 Jan 2010 14:45:55 +0200implement x:y:z tuple in URL
Tero Marttila <terom@fixme.fi> [Wed, 06 Jan 2010 14:45:55 +0200] rev 32
implement x:y:z tuple in URL

Wed, 06 Jan 2010 14:29:55 +0200dir index view, report if image not cached
Tero Marttila <terom@fixme.fi> [Wed, 06 Jan 2010 14:29:55 +0200] rev 31
dir index view, report if image not cached

Wed, 06 Jan 2010 14:03:11 +0200move the python/web code in
Tero Marttila <terom@fixme.fi> [Wed, 06 Jan 2010 14:03:11 +0200] rev 30
move the python/web code in

Thu, 31 Dec 2009 17:46:54 +0200include include in dist, more README
Tero Marttila <terom@fixme.fi> [Thu, 31 Dec 2009 17:46:54 +0200] rev 29
include include in dist, more README

Thu, 31 Dec 2009 17:38:00 +0200README
Tero Marttila <terom@fixme.fi> [Thu, 31 Dec 2009 17:38:00 +0200] rev 28
README

Thu, 31 Dec 2009 17:37:54 +0200include python stuff in dist
Tero Marttila <terom@fixme.fi> [Thu, 31 Dec 2009 17:37:54 +0200] rev 27
include python stuff in dist

Thu, 31 Dec 2009 17:37:43 +0200use pt_image_load and fix output indent
Tero Marttila <terom@fixme.fi> [Thu, 31 Dec 2009 17:37:43 +0200] rev 26
use pt_image_load and fix output indent

Thu, 31 Dec 2009 17:37:31 +0200pt_image_load
Tero Marttila <terom@fixme.fi> [Thu, 31 Dec 2009 17:37:31 +0200] rev 25
pt_image_load

Thu, 31 Dec 2009 17:06:25 +0200accept -j
Tero Marttila <terom@fixme.fi> [Thu, 31 Dec 2009 17:06:25 +0200] rev 24
accept -j

Thu, 31 Dec 2009 17:05:46 +0200render async tile to separate tempfile
Tero Marttila <terom@fixme.fi> [Thu, 31 Dec 2009 17:05:46 +0200] rev 23
render async tile to separate tempfile

Thu, 31 Dec 2009 17:01:38 +0200cleanup pt_tile in _pt_image_tile_async
Tero Marttila <terom@fixme.fi> [Thu, 31 Dec 2009 17:01:38 +0200] rev 22
cleanup pt_tile in _pt_image_tile_async

Thu, 31 Dec 2009 17:01:22 +0200misc
Tero Marttila <terom@fixme.fi> [Thu, 31 Dec 2009 17:01:22 +0200] rev 21
misc

Thu, 31 Dec 2009 16:53:07 +0200cleanup mutex when cancel'd in pthread_cond_wait
Tero Marttila <terom@fixme.fi> [Thu, 31 Dec 2009 16:53:07 +0200] rev 20
cleanup mutex when cancel'd in pthread_cond_wait

Thu, 31 Dec 2009 16:40:13 +0200implement pt_ctx threadpool and pt_image_tile_async
Tero Marttila <terom@fixme.fi> [Thu, 31 Dec 2009 16:40:13 +0200] rev 19
implement pt_ctx threadpool and pt_image_tile_async

Thu, 31 Dec 2009 14:01:37 +0200add missing lib/tile.*
Tero Marttila <terom@fixme.fi> [Thu, 31 Dec 2009 14:01:37 +0200] rev 18
add missing lib/tile.*

Tue, 29 Dec 2009 16:44:48 +0200add library error codes, and fix image fopen error handling
Tero Marttila <terom@fixme.fi> [Tue, 29 Dec 2009 16:44:48 +0200] rev 17
add library error codes, and fix image fopen error handling

Tue, 29 Dec 2009 15:38:31 +0200move public headers to include/, python stuff to python/ sub-dir
Tero Marttila <terom@fixme.fi> [Tue, 29 Dec 2009 15:38:31 +0200] rev 16
move public headers to include/, python stuff to python/ sub-dir

Tue, 29 Dec 2009 15:34:18 +0200small fixes
Tero Marttila <terom@fixme.fi> [Tue, 29 Dec 2009 15:34:18 +0200] rev 15
small fixes

Tue, 29 Dec 2009 15:34:09 +0200add a quick .pyx
Tero Marttila <terom@fixme.fi> [Tue, 29 Dec 2009 15:34:09 +0200] rev 14
add a quick .pyx

Tue, 29 Dec 2009 12:29:50 +0200fix clip_x bug, and reject images that are completely out of bounds
Tero Marttila <terom@fixme.fi> [Tue, 29 Dec 2009 12:29:50 +0200] rev 13
fix clip_x bug, and reject images that are completely out of bounds

Tue, 29 Dec 2009 02:11:27 +0200draw clipped tiles by filling in a zeros for the background pixels
Tero Marttila <terom@fixme.fi> [Tue, 29 Dec 2009 02:11:27 +0200] rev 12
draw clipped tiles by filling in a zeros for the background pixels

Tue, 29 Dec 2009 01:06:52 +0200PT_OPEN_UPDATE
Tero Marttila <terom@fixme.fi> [Tue, 29 Dec 2009 01:06:52 +0200] rev 11
PT_OPEN_UPDATE

Tue, 29 Dec 2009 00:22:57 +0200make pt_cache_open no-op if already open, pt_image_info -> pt_cache_info
Tero Marttila <terom@fixme.fi> [Tue, 29 Dec 2009 00:22:57 +0200] rev 10
make pt_cache_open no-op if already open, pt_image_info -> pt_cache_info

Tue, 29 Dec 2009 00:18:17 +0200pt_cache_open, pt_image_tile
Tero Marttila <terom@fixme.fi> [Tue, 29 Dec 2009 00:18:17 +0200] rev 9
pt_cache_open, pt_image_tile

Mon, 28 Dec 2009 23:15:18 +0200pt_image_status
Tero Marttila <terom@fixme.fi> [Mon, 28 Dec 2009 23:15:18 +0200] rev 8
pt_image_status

Mon, 28 Dec 2009 22:50:00 +0200mmap header, implement pt_image_info (post-update)
Tero Marttila <terom@fixme.fi> [Mon, 28 Dec 2009 22:50:00 +0200] rev 7
mmap header, implement pt_image_info (post-update)