pokeb (Ben Copsey)

Name
Ben Copsey
Email
Website/Blog
http://allseeing-i.com
Company
All-Seeing Interactive Ltd
Location
London, UK
Member Since
Apr 22, 2008 (about 1 year)

Following 3 githubbers and watching 6 repositories view all →

Public Repositories (4)

  • asi-http-request

    Easy to use CFNetwork wrapper for HTTP requests, Objective-C, Mac OS X and iPhone

    legend

    Last updated Tue Nov 17 07:00:15 -0800 2009

  • php-mvc-router

    Lightweight Rails-style MVC router for PHP

    legend

    Last updated Sun Jan 18 08:24:50 -0800 2009

  • fuzzy-record

    PHP Active Record implementation with a Rails-like API

    legend

    Last updated Sun Jan 18 06:24:36 -0800 2009

  • asi-web-thumbnail

    A command line tool for Mac OS X that generates thumbnails from web pages using WebKit, with an A...

    legend

    Last updated Fri Jan 09 10:34:13 -0800 2009

Public Activity feed

pokeb pushed to master at pokeb/asi-http-request Tue Nov 17 07:00:15 -0800 2009
HEAD is d4e036d63b9301fa8b2a7a0dde9613a06b55f407
  • pokeb committed d4e036d6:
    Use conditional compliation for choosing a progress delegate API
pokeb created branch concurrent at pokeb/asi-http-request Tue Nov 17 05:11:45 -0800 2009
pokeb opened issue 13 on pokeb/asi-http-request Sat Nov 14 10:34:55 -0800 2009
Refactor progress tracking code
pokeb pushed to master at pokeb/asi-http-request Sat Nov 14 09:51:42 -0800 2009
HEAD is 430dfb5aca78c4aa5cc76031245177baebe2c646

4 commits »

pokeb applied fork commits to asi-http-request/integration Sat Nov 14 07:02:07 -0800 2009
integration was changed to 2d4cbd
pokeb applied fork commits to asi-http-request/integration Sat Nov 14 07:00:59 -0800 2009
integration was changed to 2d4cbd
pokeb pushed to integration at pokeb/asi-http-request Sat Nov 14 06:56:38 -0800 2009
HEAD is 2d4cbd0c51586bc22ecba46f55d099f87ae8e4a0

6 commits »

pokeb pushed to master at pokeb/asi-http-request Sat Nov 14 05:01:50 -0800 2009
HEAD is 2d4cbd0c51586bc22ecba46f55d099f87ae8e4a0
  • pokeb committed 2d4cbd0c:
    Tweak stress tests to prevent more than one request being added at the same time, causing exceptions
pokeb pushed to master at pokeb/asi-http-request Sat Nov 14 04:30:45 -0800 2009
HEAD is 1ce5c0783c6f9e95b7290e6dee7ded505459dea2

3 commits »

pokeb created tag v1.2 at pokeb/asi-http-request Mon Nov 02 03:25:50 -0800 2009
pokeb closed issue 11 on pokeb/asi-http-request Sat Oct 31 04:32:44 -0700 2009
immediateCancel test is failing
pokeb pushed to master at pokeb/asi-http-request Sat Oct 31 04:32:44 -0700 2009
HEAD is 35fd545f67e14acb0f12cfb873805f0967693324
  • pokeb committed 35fd545f:
    Don't cancel a request if it has already finished
pokeb closed issue 10 on pokeb/asi-http-request Fri Oct 30 12:02:31 -0700 2009
Can ASINetworkQueue get a NSDictionary "userInfo" ?
pokeb pushed to master at pokeb/asi-http-request Fri Oct 30 12:01:01 -0700 2009
HEAD is d00b47cb9788cb52c4106f757e59b93f84cbcc43

4 commits »

pokeb applied fork commits to asi-http-request/integration Fri Oct 30 11:45:58 -0700 2009
integration was changed to dc2dbf
pokeb pushed to integration at pokeb/asi-http-request Fri Oct 30 11:44:27 -0700 2009
HEAD is 83cf858852c60bb8055915fea423a756a0a05567

29 commits »

pokeb pushed to master at pokeb/asi-http-request Fri Oct 30 11:43:04 -0700 2009
HEAD is 83cf858852c60bb8055915fea423a756a0a05567
  • pokeb committed 83cf8588:
    Added test and attempt to reproduce problems with setting delegates while request is running (no success so far)
pokeb pushed to master at pokeb/asi-http-request Fri Oct 30 10:07:37 -0700 2009
HEAD is b09a955c21aca2f043f88382b35586d75f63dc56

3 commits »

pokeb closed issue 12 on pokeb/asi-http-request Fri Oct 23 02:00:24 -0700 2009
reachability 2.0 support
pokeb opened issue 11 on pokeb/asi-http-request Thu Oct 22 12:06:02 -0700 2009
immediateCancel test is failing
pokeb closed issue 9 on pokeb/asi-http-request Thu Oct 22 08:03:31 -0700 2009
No Progress for ASIS3Request's queued in ASINetworkQueue
pokeb pushed to master at pokeb/asi-http-request Thu Oct 22 08:03:31 -0700 2009
HEAD is 47b4e2cc35e094799db094a74ed6d4e8dc9a5e7e
  • pokeb committed 47b4e2cc:
    Refactor ASIHTTPRequest, ASIS3Request to allow HEAD requests created by ASINetworkQueues to override headers on their main request
pokeb pushed to master at pokeb/asi-http-request Thu Oct 22 02:50:33 -0700 2009
HEAD is f8b7bbbdf2e7a15cfc59cf0df9523d99483a393f
  • pokeb committed f8b7bbbd:
    * Fix iPhone 2.x conditional compilation
pokeb pushed to master at pokeb/asi-http-request Thu Oct 15 10:16:15 -0700 2009
HEAD is d0d0c0c339a6aff9117a35169118a270d95b7f39
  • pokeb committed d0d0c0c3:
    Rework locking behaviour - fixes crashing with [request cancel], hopefully will make everything more reliable
pokeb pushed to master at pokeb/asi-http-request Wed Oct 14 08:41:31 -0700 2009
HEAD is 503cdc0eeaba29d301c2929148a030d28f14ee29

3 commits »

pokeb pushed to master at pokeb/asi-http-request Wed Oct 14 06:07:02 -0700 2009
HEAD is 257eec538cc0b6a2f94fd97f8eb2bd216decaaf3

3 commits »

pokeb closed issue 7 on pokeb/asi-http-request Tue Oct 06 15:20:16 -0700 2009
[PATCH] Properly encoding form data + setting correct character set header.
pokeb closed issue 8 on pokeb/asi-http-request Tue Oct 06 15:19:03 -0700 2009
Setting request encodings is not possible
pokeb created tag v1.1.1 at pokeb/asi-http-request Tue Oct 06 05:22:43 -0700 2009
pokeb pushed to master at pokeb/asi-http-request Tue Oct 06 02:53:47 -0700 2009
HEAD is d310696cb9b5116b3b888e94dbd4cc94e8bd32af

2 commits »

pokeb created tag v1.1 at pokeb/asi-http-request Sun Oct 04 07:54:24 -0700 2009
pokeb pushed to master at pokeb/asi-http-request Sun Oct 04 07:17:03 -0700 2009
HEAD is 1ac7f8a6aaef3fb189f2f764f66b1f6fe5ae1c69
  • pokeb committed 1ac7f8a6:
    Move cancelLoad out of ASIHTTPRequest.h, added a note about not calling it
pokeb pushed to master at pokeb/asi-http-request Sun Oct 04 07:10:28 -0700 2009
HEAD is 4d910b2ecf66364fd266982fcf27a560a32b6e89
pokeb pushed to master at pokeb/asi-http-request Sun Oct 04 05:46:32 -0700 2009
HEAD is 8bdb6cf139c3f502d950e57ddcea26c96b365c62

5 commits »

pokeb pushed to master at pokeb/asi-http-request Sat Oct 03 06:26:43 -0700 2009
HEAD is e8e2a9cefcd71e5cc55aa8de9d27c64dcd43bd8b