pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:287:
call_out(draw_frame, 0.02); // 1/(50 fps) do_gl_code(); GLUE.swap_buffers(); } o _ADT o Geography RT38 o Int o Pike.Security
+
o Protocols.HTTP.Session
-
+
Handles an HTTP connection as a session, with cookies, redirects,
+
HTTP keep-alive etc.
-
Handles an HTTP connection as a session, with cookies and stuff.
-
+
o Bz2 Support for the compression format used by the bzip2 program. The module interface is identical with the Gz module. o Process.Process o Error o Float o Protocols.Bittorrent
-
o Protocols.LMTP
-
Implements the Local Mail Transfer Protocol, LMTP, as specified in
-
RFC2033. This module has been well tested against Postfix clients.
+
o Protocols.LMTP
/Protocols.SMTP
+
Protocols.LMTP
Implements
a server for
the Local Mail Transfer
+
Protocol, LMTP, as specified in RFC2033. This module has been well
+
tested against Postfix clients.
Protocols.LMTP is based on a new
+
server implementation in Protocols.SMTP.
o Protocols.OBEX An implementation of the IrDA(R) Object Exchange Protocol. OBEX is a protocol for sending and receiving binary objects to mobile devices using transports such as IR and Bluetooth. o Web.RDF/RDFS/OWL/RSS Pike now has support for the W3C semantic web formats OWL, RDF and RDFS, which are used for expressing structure and metadata information. There is also some support for the syndication
pike.git/CHANGES:371:
if(file[-1]=='~' || file=="core") rm(dir+file); o Calendar module The %S format is added to Calendar.parse() to parse seconds since the Epoch. The TimeRange class is extended with a format method format_commonlog(), a tzname_utc_offset (+HHMM) and tzname_location(), which, when available, returns zone names like "Europe/Stockholm". The database has been updated with Swedish pre-1901 namedays and Finnish namedays.
+
o SSL
-
+
o Sql.Provider
+
+
o EXIF
+
The EXIF module is now much more robust than before and can handle
+
some of the erroneous EXIF tags some cameras procduce. Extended
+
support for Nikon cameras.
+
+
o Standards.IDNA
+
+
Optimizations: -------------- o Instantiation and destruction of pike-classes is now significantly faster. o Handling of bignums has been optimized, especially conversion to/from normal integers. o String case conversion is now five times faster than before on average.