CIA.vc
eupnp
Real-time open source activity stats
Stats » Projects » Enlightenment » eupnp
informationsyndicateUTC clock
11:10 on May 28, 2012
event counters
The last message was received 1.55 years ago at 05:53 on Nov 08, 2010
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
34 messages since the first one, 2.29 years ago, for an average of 0.82 months between messages
recent messages
dateReversed sort columnprojectcontentlink
05:53 on Nov 08, 2010e
Commit by raster :: r54303 eupnp/python/debian: (link)
no more debian dir in our svn - debian now handles this tehmselves.
#
19:50 on Oct 05, 2010e
Commit by dieb :: r53086 eupnp/m4/ac_attribute.m4: (link)
eupnp: add ac_attribute.m4 for unused attrs
#
21:40 on Sep 25, 2010e
Commit by dieb :: r52758 eupnp/src/lib/eupnp_event_server.c: (link)
eupnp: remove legacy code, add missing header, fix warnings.
#
21:40 on Sep 25, 2010e
Commit by dieb :: r52757 eupnp/src/lib/eupnp_av/eupnp_av.c: (link)
eupnp/av: fix warnings.
#
21:39 on Sep 25, 2010e
Commit by dieb :: r52756 eupnp/src/lib/ (eupnp_ssdp.c eupnp_device_info.c): (link)
eupnp: tag unused and surrounding braces
#
21:39 on Sep 25, 2010e
Commit by dieb :: r52755 eupnp/src/lib/eupnp_event_bus.c: (link)
eupnp: remove unused and always-false checks
#
21:39 on Sep 25, 2010e
Commit by dieb :: r52754 eupnp/src/lib/eupnp_private.h: (link)
eupnp: add prototypes on private header
#
21:39 on Sep 25, 2010e
Commit by dieb :: r52752 eupnp/configure.ac: (link)
eupnp: remove implicit warnings for asprintf

"asprintf" requires including stdio.h and defining _GNU_SOURCE. The
AC_GNU_SOURCE macro defines this for us in a generic way.
#
21:39 on Sep 25, 2010e
Commit by dieb :: r52751 eupnp/ (configure.ac Makefile.am): (link)
eupnp: include m4 for removing unused warnings.
#
00:04 on Sep 16, 2010e
Commit by dieb :: r52330 eupnp/src/lib/eupnp_ecore/eupnp_ecore.c: (link)
eupnp: update eupnp-ecore callbacks to ecore's new API
#
19:38 on Mar 01, 2010e
Commit by dieb :: r46735 eupnp/examples/media_server_browser.c: (link)
eupnp: upnp browser now can play media. It's still segv'ing after several plays() (emotion-gstreamer backend).
#
19:38 on Mar 01, 2010e
Commit by dieb :: r46734 eupnp/src/lib/eupnp_av/Eupnp_AV.h: (link)
eupnp-av: remove wrong prototyped function. It's now under Item's domain.
#
19:38 on Mar 01, 2010e
Commit by dieb :: r46733 eupnp/ (configure.ac examples/Makefile.am): (link)
eupnp: gstreamer dependency on UPnP browser example.
#
16:39 on Mar 01, 2010e
Commit by dieb :: r46706 eupnp/ (3 files in 2 dirs): (link)

eupnp:

  • constness on getters (eupnp-av)
  • improve upnp browser example to use pager + list
#
16:38 on Mar 01, 2010e
Commit by dieb :: r46705 eupnp/AUTHORS: (link)
eupnp: update AUTHORS with recent contributors
#
20:29 on Feb 26, 2010e
Commit by lfelipe :: r46519 eupnp/src/lib/eupnp_utils.c: (link)
Fixing eupnp compilation due to remaining occurrence of TRUE.
#
14:56 on Feb 25, 2010e
Commit by dieb :: r46465 eupnp/configure.ac: (link)
eupnp: fix only-examples (--enable-examples) build.
#
14:48 on Feb 25, 2010e
Commit by dieb :: r46464 eupnp/ (5 files in 3 dirs): (link)

eupnp:

  • add API for DIDL objects
  • fix build without Elementary
#
05:42 on Feb 19, 2010e
Commit by barbieri :: r46300 eupnp/examples/Makefile.am: (link)
install examples, but add prefix
#
05:34 on Feb 19, 2010e
Commit by barbieri :: r46299 eupnp/ (23 files in 4 dirs): (link)
EUPnP various build fixes.

 * Properly define EAPI for all exported methods

 * move some previously unexported methods and used just by single
   files, to that file as static or even not a function

 * NEVER EVER NEVER EVER include _private.h file in secondary modules!
   eupnp_av and eupnp_ecore are DIFFERENT shared objects, so no access
   to the other logging function

 * ERROR() is a problematic symbol on window, make it and all log the
   3 letter variant, except for CRIT.

 * local logging is done by undef + redef the 3-letter variant.
#